C
Carlos Cordon
If my SMTP server requires authentication how should the "Server" string be
sent? If there is a way.
Thanks
sent? If there is a way.
Thanks
Carlos Cordon said:If my SMTP server requires authentication how should the "Server" string be
sent? If there is a way.
Carlos Cordon said:I want to send a mai message from my web page but my SMTP server
requires authentication. My question is: Is this possible using only the
Mail.Message object and SMPT.Mail object. If so how should I send the
username and password to the SMTP server?
Chad Z. Hower aka Kudzu said:Again - it depends on what kind of Auth scheme your server requires. I gave
you a guaranteed free solution in my last message.
Carlos Cordon said:Thanks!! That works great!