Update SMTP-NodeCode

This commit is contained in:
AriWD40 2020-07-25 18:43:36 +00:00 committed by GitHub
parent e27849cee7
commit 8f6396dece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@ func display(data):
export var server = "smtp.gmail.com" # you'll find info on the Gmail SMTP at www.google.com :)
export var port = 465 # standard SSL port
export var user = "frankari899@gmail.com"# # put userid for SMTP login
export var password = "joe.12345" # put password for SMTP login
export var mymailto = "ari.gudmundss@gmail.com" # put destination address
export var user = ""# # put userid for SMTP login
export var password = "" # put password for SMTP login
export var mymailto = "" # put destination address
export var mymail = "mail.smtp.localhost" # I found this at some random stackexchange thread