Hi guys,

I am generating some emails for my website using the code below:

Dim myMail 
Set myMail = CreateObject("CDONTS.NewMail") myMail.Send
"[EMAIL PROTECTED]","[EMAIL PROTECTED]","SQL Database error"
Set myMail = Nothing 

Dim myMail 
Set myMail = CreateObject("CDONTS.NewMail") myMail.Send
"[EMAIL PROTECTED]","[EMAIL PROTECTED]","SQL Database error"
Set myMail = Nothing 

the hotmail account (or any "external" email account) gets through.  But any
"internal account" ([EMAIL PROTECTED]) does not.  What am I missing?
There's gotta be a setting that I missed in the smtp/IIS set up ...?

any help that you can give me earns a virtual pizza!
thanks -lisa


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to