Example of Dundas Mailer
Object Dundas Mailer
false
false
false
MicrosoftInternetExplorer4
If you have Lodging Windows you can use this example to use it like object of shipment of post office ASP in your forms of contact, this way you will be able to autentificar with an existing account of your dominion and thus to be able to send messages to accounts of mail outside the servant.
Â
<%
objEMail Dim
On Error Summarizes Next
objEMail Seth = Server.CreateObject (“Dundas.Mailer�)
objEMail.SMTPRelayServers.Add “servant�, 26, “servant�, “mail�, “contraseña_correo�
objEMail.Tos.Add “destiny�
objEMail.FromAddress = “correo_remitente�
objEMail.Subject = “asunto_mensaje�
objEMail.BodyCharSet = “koi8r�
objEMail.Body = “cuerpo_mensaje�
objEMail.SendMail
if Err <> 0 Then
Rezult = “Error: � & Err.Description
else
Rezult = “Mensaje_resultado_exitoso�
end if
%>
< HTML >
<%=Rezult%>
< /html >
Â
Â
