I kinda know how to send emails, but it doesn't really work
VB Code:
set myMail = server.CreateObject("persits.MailSender") myMail.host = "mail.planetinternet.be" myMail.From = email myMail.addaddress "[email protected]" myMail.Subject = "Question" myMail.Body = naam & vbcrlf & city & vbcrlf & question myMail.Send Set myMail = Nothing
I know the problem is "persits.MailSender"
Does anybody know a server I can use, and which object I need to create, what host is has.
Could someone help me please




Reply With Quote