You need to sign in to do that
Don't have an account?

how to display richtextfield in on visualforce Template?
Hi All,
I want to display image from richtext field on visulforce email template. When i give preview it is displaying images properly. But when i send a test mail it is not displaying images instead of that it is displaying a text like "User-added image". How can i achieve this ?
I want to display image from richtext field on visulforce email template. When i give preview it is displaying images properly. But when i send a test mail it is not displaying images instead of that it is displaying a text like "User-added image". How can i achieve this ?
Can share your code because of I am down this functionality .
Regards ,
Harish.R.
Thanks for your replay. Here I am sharing my code. <apex:outputText value="{!relatedTo.Column1Image__c}" escape="false"/>.
and I have tried with <apex:outputField> also. But I didn't get the result.