![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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... |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
yellowpages database into a websystem - asp | [email protected] | Outlook - Using Contacts | 1 | July 16th 06 02:27 AM |
insert data in SQL using Asp | safs | Outlook - Using Contacts | 1 | March 30th 06 04:25 PM |
automatically schedule calender meeting from asp page | yfnitg | Outlook - Calandaring | 2 | March 29th 06 05:28 PM |