Moderator: alorbach
<%
set o = Server.CreateObject("ADISCON.SimpleMail.1") ' create mailer!
o.ProcessingMode = 2
o.MailServer = "rmail.adiscon.com"
o.Sender = "mmeckelein@hq.adiscon.com"
o.Recipient = "mmeckelein@hq.adiscon.com"
o.Subject = "My first SimpleMail mail"
o.MessageText = "Test no html enabled"
o.MessageHTMLText = "<h1>Test html enabled</h1>"
call o.Send
Response.Write("Status code: " & o.LastStatus)
Response.Write("<br>Status msg: " & o.LastStatusMessage)
set o = Nothing
%>
Users browsing this forum: No registered users and 0 guests