Friday, November 12, 2004

ASPMail 4.x Documentation

ASPMail 4.x Documentation: "if not Mailer.SendMail then
if Mailer.Response <> ''' then
strError = Mailer.Response
else
strError = 'Unknown'
end if
Response.Write 'Mail failure occured. Reason: ' & strError
end if"