Dec 12, 2005 #1 F430 Programmer Dec 6, 2005 8 GB HI, I have written a scriptr that emails a client a eCard. it works fine, but i would like to email a picture in the body of the email. How can i?
HI, I have written a scriptr that emails a client a eCard. it works fine, but i would like to email a picture in the body of the email. How can i?
Dec 12, 2005 #2 nicklieb Programmer Oct 17, 2002 383 GB What i did was to host the image on a public server, I too got roped into producing an ecard.... I had an html page that I read in and then rendered as the body of the email. Upvote 0 Downvote
What i did was to host the image on a public server, I too got roped into producing an ecard.... I had an html page that I read in and then rendered as the body of the email.
Dec 12, 2005 Thread starter #3 F430 Programmer Dec 6, 2005 8 GB okay, my image is also uploaded onto the server, so how can i link it to the email? Upvote 0 Downvote
Dec 12, 2005 #4 nicklieb Programmer Oct 17, 2002 383 GB just like a normal webpage <img src="http://whatever.com/image/image.jpg"> make sure you send the body as HTML Upvote 0 Downvote
just like a normal webpage <img src="http://whatever.com/image/image.jpg"> make sure you send the body as HTML