Hey Gang

I have a web page that I use to send out invitations to join my web site. I am 
using CDOSYS and I can send a batch text based messages but I would like to 
send out a web page instead.

I have figured out how to send a static webpage using the first block of code 
below but when I put in an address with a  query string, the email is not sent 
and no error message is generated.
I did managed to get "CDO.Message.1 error '80040218' " when I hard coded my 
value into my ASP page to be 
sent(http://www.frogsforprincesses.com/members/emailinvite.asp)

 Is there a limitation in CDOSYS that does not allow for query strings? I know 
the page with the query string comes up no problem.

Ken
www.frogsforprincesses.com

PS I've removed the IP address.
PPS. Any site reviews would be welcomed and appreciated.


**************** First ASP code Block
'Name or IP of remote SMTP server
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver";) _
="***.***.***.***" 
'Server port
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport";) _
=587 
myMail.Configuration.Fields.Update

myMail.Subject="Sending email with CDO"
myMail.From="[EMAIL PROTECTED]"
myMail.To="[EMAIL PROTECTED]"
myMail.CreateMHTMLBody "http://www.frogsforprincesses.com/default.asp"; 
myMail.Send
set myMail=nothing

******************end code


____ • 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: unknown lmsubst tag argument: ''
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.

Reply via email to