|
-
Jul 26th, 2007, 07:57 AM
#4
Re: Adding Attachments to a Blank Email on the Client
Who's to say you can't send a mass email programatically? I've done it on more than one count. Create a simple web form with space for email addresses, subject, and body. Split the emails based on a delimiter, usually ";". Add them as new System.Net.MailAddress, attach the file, and send it off.
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
|