| Scalability of simple .NET-based mass mailer (6 replies, VIP) |
| ASPFriends.com 'ngfx-mail' list |
| Hi everyone, I'm using the same basic code construct to send newsletters to a mailing list...this is a typical setup using CDO to send out e mail, looping through a collection of addresses stored in a database: ' connect to a database and instantiate a DataReader object ' ... objMailMessage New MailMessage objMailMessage.From "me@mydomain.com" objMailMessage.Subject "Hi there!" objMailMessage.Prio... |
|
| Sending Email (14 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I'm using this simple test script to send email. I have 3 machines: 2 Win2k servers and one XP Pro all installed with the final release of ASP.Net. It works fine on the Win2k machines but fails on the XP Pro box. The SMTP service is installed and running. Just wondering if anyone has any quick suggestions? Thanks. Er... |
|
| use online form to send vcard (2 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I want to use the contents of an online form in a vcard attachment sent via CDONTS on the server. Anyone else already done this or think it's possible? Thanks for the help! |
|
| Email (7 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspngfreeforall] to [ngfx mail] by devin devinr@drone interactive.com Hello everyone. I'm learning asp.net and just tried to use the system.web.mail namespace and received an error about security. I'm working through Wrox's Beginning ASP.net using vb.net. In the book errata, they did address the security issue and had instructions for setting "write" permissions for the folder containi... |
|
| IIS and Exchange Server 5.5 question (3 replies) |
| ASPFriends.com 'ngfx-mail' list |
| I have my web server up and running and was able to email from our inhouse site using the SMTP service, but I had to install Exchange server 5.5 on the the web server. Needless to say, I am now having to use the Exchange Server to send mail and not just relaying to it as before and I can no longer send mail fro mthe webpages. The mail server is working fine, we are not having problems with it, jus... |
|
| SMTP.SendMail Problem (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Moved from [aspfreeforall] to [ngfx mail] by Marcie Jones marciejones@yahoo.com I cannot get my sendmail asp.net page to work. The following is the code: %@ Import namespace "System.Web.Mail" % Script runat "server" SmptMail.Send("mefrom@from.com","tomail@to.com","My Subject","This is my body") /Script Trying to run the page gives error saying that SmptMail is not declared. I can create a simple f... |
|
| Multiple Recipients when using System.Web.mail (4 replies) |
| ASPFriends.com 'ngfx-mail' list |
| Hi there, I can t find how to add multiple recipients when using System.Web.mail. Could someone tell me please? Is it a comma separated list? Thanks, Kevin. designMe Ltd. Birmingham Telephone: 0121 693 5778 Facsimile: 0121 693 5779 York Telephone: 01904 466643 Facsimile: 01904 610718 This message may contain confidential information and is intended only for the individual named. If you are not the... |
|