Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP - Email - Exchange server for SMTP?

Reply
Thread Tools

ASP - Email - Exchange server for SMTP?

 
 
Rob Meade
Guest
Posts: n/a
 
      04-11-2005
Hi all,

I have no knowledge of Exchange server, and have always used CDO to send
emails from ASP in the past. My problem now is that the server in question
doesn't have SMTP installed alongside IIS, it has Exchange installed which
apparantly does have SMTP capabilities but not like the default ones
normally accessbile via IIS.

Has anyone ever used this approach to sending emails? I'm hoping that I
dont need a component or anything else, just some changes to my existing
email code (see http://www.aspfaq.com/show.asp?id=2026).

Any information would be appreciated.

Regards

Rob


 
Reply With Quote
 
 
 
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      04-11-2005
Use the sample code that shows a remote server address, and use the IP
address / server name where Exchange lives. You may need help from the
Exchange administrator to allow the server to receive SMTP messages and
relay them for all domains...

--
This is my signature. It is a general reminder.
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.

"Rob Meade" <> wrote in message
news0y6e.9702$ ...
> Hi all,
>
> I have no knowledge of Exchange server, and have always used CDO to send
> emails from ASP in the past. My problem now is that the server in
> question doesn't have SMTP installed alongside IIS, it has Exchange
> installed which apparantly does have SMTP capabilities but not like the
> default ones normally accessbile via IIS.
>
> Has anyone ever used this approach to sending emails? I'm hoping that I
> dont need a component or anything else, just some changes to my existing
> email code (see http://www.aspfaq.com/show.asp?id=2026).
>
> Any information would be appreciated.
>
> Regards
>
> Rob
>



 
Reply With Quote
 
 
 
 
Rob Meade
Guest
Posts: n/a
 
      04-11-2005
"Aaron [SQL Server MVP]" wrote ...

> Use the sample code that shows a remote server address, and use the IP
> address / server name where Exchange lives. You may need help from the
> Exchange administrator to allow the server to receive SMTP messages and
> relay them for all domains...


Hi Aaron, thanks for your reply.

I *believe* (but might be wrong) that the Exchange server is the same one
that the website (their Intrane) is hosted on, ie, localhost, if so, I guess
I dont need the remote example still? But the relaying is something I could
get them to check I guess..

Any other suggestions appreciated.

Regards

Rob


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending Email via Exchange Server from ASP.NET Gilbert Cheung ASP .Net 1 03-25-2006 01:53 PM
Exchange Links < Western Cartoon Cards > Exchange Links www.westerncartooncards.ca HTML 2 07-12-2004 07:59 PM
Exchange 5.5 with Exchange 2000 Cluster problem Jose Luis Microsoft Certification 0 02-13-2004 10:23 AM
asp.net sending email using exchange server Brent Burkart ASP General 1 08-18-2003 08:07 PM
help: My exchange lost M: and exchange can not start winman MCSE 9 07-30-2003 04:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57