Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

CDONTS

The component used for sending mail.


Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From="SENDER"
objMail.To="ADRESSEE"
objMail.Subject="SUBJECT"
objMail.Body="MESSAGE_BODY"
objMail.importance=0
objMail.Send
Set objMail = nothing


Download code...


Print this page


 

Inizio pagina

risorse per webmaster