Image in the Email with dynamic content issue
Posted: Mon Mar 12, 2012 12:48 am
I am working on an application (PHP, Oracle) where an email is to be sent with an image (.jpg) embedded in its body. But before the image is embedded in the email body, some text is to be added on it at a specific position. The following seems to be the order in which actions are to be performed:
a.) An image is fetched from a specific location on server.
b.) Some text is written onto the email at some specific location.
c.) The edited image is now embedded in the email body.
Kindly help me out in this.
a.) An image is fetched from a specific location on server.
b.) Some text is written onto the email at some specific location.
c.) The edited image is now embedded in the email body.
Kindly help me out in this.