Hi guys,
I know that this discution has already been opened. But i Have tried a lot of ways to put an image to my html template to send an email.
Like:
The Result is always this:
Any suggestion?
Thanks
Discussion posts and replies are publicly visible
My requirement is bit same , I am trying to map the img to email template dynamically from send email smart service as a paramter.
But i am not getting image displayed in Email.
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><style></style></head><body bgcolor="lightblue"><div style="" $email_style;""=""> Hi ###RecipientName###,<br> <br> <div dir="" ltr""="" align="" left""="">
Your Loan Forgiveness Request : ###ForgId### is ###Action### <br><br> <br><br>You can view this request details in the dashboard here <a href="">xxxxxxxxxxxxxxxxxxxxxxxx">Forgiveness ID-###ForgId###</a> .<br><br>Thank you, <br>###Sender###<p><img src=\"###image###\" width="85" height="85"><br></p><p><i>This is a system generated email. Please do not reply to this mail.</i></p> </div> </div></body></html>
Please confirm is this correct