Are you testing with your email address, or theirs? I prefer to do all my testing with my own email address so I can make sure it works, and that it's not being caught up in a spam filter.
Oh, I just noticed that you should really have an email address in the from field. Otherwise many mail servers might reject it because of that alone. Todd -----Original Message----- From: Portman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 3:02 PM To: [email protected] Subject: Re: [wdvltalk] ASP question Thanks Todd. It looks like it worked - just waiting to see if the e-mail came through. It doesn't look like the e-mail is coming through - any idea what I should check?? Riva Todd Richards wrote: > May be possible that they updated their server to Windows 2003 (and didn't > change their website info), which doesn't support CDONTs (ok, it does but > not by default). You can try using CDO instead and see if that works. Here > is how your script would look using CDO: > > > Dim objSendMail > Set objSendMail = Server.CreateObject("CDO.Message") > objSendMail.To ="[EMAIL PROTECTED]" > objSendMail.From ="Barbara Payne" > objSendMail.Subject = "New Newsletter Subscription" > objSendMail.HTMLBody = body ' can be replaced with TextBody for plain text > messages > objSendMail.Send > Set objCDOMail = Nothing > > HTH, > > Todd ____ . The WDVL Discussion List from WDVL.COM . ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
