I am using the following code to send a mail from inside a module: Mail.SendMail(_Sender, _To, "", _Subject, _MailBody, "", "HTML", "", "", "", "");
This works fine if the SMTP server does not require authentication. If is does the mail does not get sent. How can I retreive the SMTP authentication values which are set in the host settings?
Stephan