|
|||
ASP Send Mail
I have found code to put into my asp form to send an email (using CDONTS)
However, it doesn't work. I think the reason that it doesn't work is because I am running a Windows 2000 Server with Microsoft Exchange 2000. Because Exchange is loaded, there is no "default SMTP server" in IIS. The default smtp server is in exchange. I believe that somehow CDONTS has to be redirected to look in the exchange folder, but I can not find any documentation on how to do that. Can anyone please help? Thank you. |
|
||||
try this one...
<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mymail@mydomain.com" myMail.To="someone@somedomain.com" myMail.TextBody="This is a message." myMail.Configuration.Fields.Item _ ("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 'Name or IP of remote SMTP server myMail.Configuration.Fields.Item _ ("http://schemas.microsoft.com/cdo/configuration/smtpserver") _ ="smtp.server.com" 'Server port myMail.Configuration.Fields.Item _ ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") _ =25 myMail.Configuration.Fields.Update myMail.Send %> http://www.w3schools.com/asp/asp_send_email.asp |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Snap, Send & Win !!! | lina | News and Announcements | 0 | 06-07-2006 12:06 PM |
| E-Mail Backup, Email Defense, E-Mail Marketing! Get one for your website! | starsearcher | Web Hosting Offers | 0 | 16-01-2006 12:03 PM |
| Send Details to my mail..HELP | ckfoong | Website Design | 12 | 02-11-2005 11:31 PM |
| Send & Receive MONEY via e-mail - in RM !! | canggih | E-Commerce | 3 | 09-06-2004 07:37 PM |
| send var | ciki | Website Programming | 21 | 19-02-2004 03:28 PM |
All times are GMT +8. The time now is 02:23 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.









Linear Mode

