%@ language="VBScript"%> <%OPTION EXPLICIT%> <% 'create instance of Mailer control Set objMailer = Server.CreateObject("Dundas.Mailer") objMailer.HtmlBody = Body 'specify the recipient of this message objMailer.TOs.Add "info@worldwideimmigration.com" 'objMailer.TOs.Add "brijindia@yahoo.com" 'specify the subject of the email objMailer.Subject = "Canada Skill Assessment Details" 'specify the sender of the message objMailer.FromAddress = email objMailer.HTMLBody = Body 'send email 'send the email objMailer.SendMail End If %>
![]() |
|
||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||