chelseatech
Instructor
I've got an application that emails reports (as PDF, XLS, HTML, etc) to recipients using SMTP.
I save the document to disk and use SMTP and WinSock to send and attach the email.
Now one of my users wants to use this with a server that has authentication set on. Can I pass the user and password in the intitial conenction information or do I need to answer extra questions.
My Current dialog is..
EHLO servername
RSET
MAILFROM:<me@tek-tips.com>
RCPT TO: <you@tek-tips.com>
DATA
Subject: SMTP testing
etc...
Editor and Publisher of Crystal Clear
I save the document to disk and use SMTP and WinSock to send and attach the email.
Now one of my users wants to use this with a server that has authentication set on. Can I pass the user and password in the intitial conenction information or do I need to answer extra questions.
My Current dialog is..
EHLO servername
RSET
MAILFROM:<me@tek-tips.com>
RCPT TO: <you@tek-tips.com>
DATA
Subject: SMTP testing
etc...
Editor and Publisher of Crystal Clear