Skip to content

killer4nl/Simple_HTML_mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTML mailer

Works With EASendMail

  1. SET SETTINGS:

' Set email subject oMail.Subject = "Mail Subject Here"

' Set email body oMail.HtmlBody = "Your HTML Content"

' Your SMTP server address Dim oServer As New SmtpServer("SMTP Server Here")

' User and password for ESMTP authentication oServer.User = "SMTP Username Here (Most of the time its a E-Mailadress)" oServer.Password = "Password Here"

  1. LOAD EMAILS

  2. START SENDING

About

Simple HTML bulk mailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published