Search found 1 match

by berettatim
29 Sep 2015, 09:50
Forum: General Discussion
Topic: Send email notification
Replies: 99
Views: 3240812

Re: Send email notification

If for someone could help....
You could update the script to send email with more paramenters of authentication, I found this:


Const SMTPServer = "yourserver.yourdomain.com"
Const SMTPAuth = 1
Const SMTPPort = 25
Const SMTPUsername = "your.smtp.username"
Const SMTPPassword = "your.smtp.password ...