Wednesday, 7 August 2013

Sending Image in email with text retreived from DB

Sending Image in email with text retreived from DB

Currently we stored email text in db table and when we send an email, we
query the db get the email text, do an HTML Encode and send email. But now
we need to send Images in the email. What i did was stored the image in
project file and stored the image location as tag in email text in db
table. But its not working, any ideas on how should i do this. I need to
insert image in middle of text. This is how we store html email in db
table. As html is being parsed i copied it in comments section.

No comments:

Post a Comment