Category: ASP General

Send email On Windows 2003 using ASP

<% Set objMail=CreateObject("CDO.Message") objMail.Subject="Sending email with CDO" objMail.From="[email protected]" objMail.To="[email protected]" objMail.TextBody="This is a message." objMail.Send set objMail=nothing %>

Tags:

ASP ASP EMail

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.