|
-
Oct 15th, 2013, 07:25 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Sending HTML mail from Treeview List and saving them as... (image?)
Hi there. Been a while.
I'm importing an Excel-file into a treeview. Below the treeview I've created an HTML (no asp.net) page which loads values from a Row when clicked on the treeview. Means that the HTML-part is ready and working great.
How do I send an e-mail to each person in the treeview and save the html (as image?....) that has been send.
Any ideas, suggestions? I'm completely stuck. (I'm seriously out of ideas. Just sitting here with hands in hair)
-
Oct 15th, 2013, 07:32 AM
#2
Re: Sending HTML mail from Treeview List and saving them as... (image?)
Loop through the nodes... create an email... set the email format type to html format... grab the email - NOT an image of it... but the HTML itself... add the HTML as the HTMLBody of the email... send it... repeat with next node in the list...
-tg
-
Oct 18th, 2013, 08:41 AM
#3
Thread Starter
PowerPoster
Re: Sending HTML mail from Treeview List and saving them as... (image?)
Hi Tech. Thanks for the tips. Besides saving the file, which I can in a new thread, everything works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|