Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Contacts (http://www.outlookbanter.com/outlook-using-contacts/)
-   -   mail in asp (http://www.outlookbanter.com/outlook-using-contacts/30086-mail-asp.html)

safs October 16th 06 12:04 PM

mail in asp
 
I am developing site in asp.I am trying to send mail.Using CDO.Message
but in local i can send but in Remort server.....my cade is
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Requesting Catalog..........."
myMail.From="form name"
myMail.To="local server"
myMail.TextBody="Mail From Icmsolution Career"
myMail.HTMLBody=HTML1
myMail.Send
set myMail=nothing

if i want to send mail from remot server what should i do...


Brian Tillman October 16th 06 03:36 PM

mail in asp
 
safs wrote:

I am developing site in asp.I am trying to send mail.Using CDO.Message
but in local i can send but in Remort server.....my cade is
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Requesting Catalog..........."
myMail.From="form name"
myMail.To="local server"
myMail.TextBody="Mail From Icmsolution Career"
myMail.HTMLBody=HTML1
myMail.Send
set myMail=nothing

if i want to send mail from remot server what should i do...


You should ask in a programming group.

microsoft.public.outlook.program_addins
microsoft.public.outlook.program_forms
microsoft.public.outlook.program_vba
--
Brian Tillman


All times are GMT +1. The time now is 08:30 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com