I think that will work

The new posts appeared like that:


I changed the code to:
PHP Code: 
$msg_body =  ($feed['html'] ? $context['feeditems'][$i]['description'] . "\n\n<a target="_blank" href=" $context['feeditems'][$i]['link'] .">Read More</a>"  strip_tags($context['feeditems'][$i]['description'] .  "\n\n<a href=" $context['feeditems'][$i]['link'] ."]Read More</a>")); 
Im waiting for the next posts to see If works.
Thank you mate!