Hi,
I have resolved the issue so please check after clear the browser cache. I pasted this code at functions.php.
function diw_post_thumbnail_feeds($content) {
global $post;
$content = get_post_meta( $post->ID, 'sf_custom_excerpt', true );
return $content;
}
add_filter('the_excerpt_rss', 'diw_post_thumbnail_feeds');
add_filter('the_content_feed', 'diw_post_thumbnail_feeds');
Thanks
Mohammad