CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Html Email

Print topic Send  topic

Author Message
kipdole
Posted: 03/12/2003, 12:25 PM

How do you send html email?

Thanks
glerma
Posted: 03/12/2003, 7:40 PM

Please be more descriptive.

What is the programming language you are using?

Stuff like that.
kipdole
Posted: 03/13/2003, 12:47 PM

'Send single Email
sub sendemail(email_from, email_to, email_subject, email_body, email_format)
Set Mail = Server.CreateObject("Persits.MailSender")

Mail.Host = "XXX.XXX.X.XX" ' Specify a valid SMTP server
Mail.From = email_from
Mail.FromName = "Support" ' Specify sender's name

Mail.AddAddress email_to
Mail.AddReplyTo "xxxxxx@hotmail.com"

Mail.Subject = email_subject
Mail.Body = email_body

On Error Resume Next
Mail.Send
If Err <> 0 Then
Response.Write "Error encountered: " & Err.Description
End If

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.