SMTPMail - Relay Authentication

  • Thread starter Thread starter a
  • Start date Start date
A

a

Hi gang,

Is there anyway to authenticate to the SMTP Server before attempting to
send? I have 2 servers in my domain, on for email (SERVER2 - MS
EXCHANGE - W2K3) and one for web (SERVER1 - W2K3). The SERVER1 can send
mail internally using the SMTP server on SERVER2, but it can't send outgoing
mail that is external to our organization.

Any ideas?

Thanks!

Kevin
 
Yes, when you connect, you have to issue the EHLO command. I have an
ActiveX SMTP control that works nicely for both Exchange and SendMail 8.x
It's at http://www.tiberiansun.us/Projects I've never gotten the built-in
stuff (CDONTS) to work, so this was my solution after "telneting" to the
SMTP server.

HTH
Sueffel
 
Hi, someone maybe "a"

Thanks for you posting in the group!

We will look into it and reply with more information here.
Please post here if you have any more concerns.


Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Hi,

Based on my research, the current implementation of SmtpMail does not
support SMTP authentication.
You may try to use an third party component as a workaround.
http://www.smtpdotnet.com/

You may also take a look at the link below.
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=QTGSYvNJ
DHA.1640%40cpmsftngxa06.phx.gbl&rnum=2&prev=/groups%3Fq%3Dsmtpmail%2Bauthent
ication%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top