mirror of
https://github.com/Relintai/smtp_node.git
synced 2024-11-13 17:27:21 +01:00
Update SMTP-NodeCode
This commit is contained in:
parent
e27849cee7
commit
8f6396dece
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user