Añadir puerto

This commit is contained in:
drymer 2016-09-11 05:47:33 +02:00
parent bf5a61f55c
commit e187565c37
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
set my_pass = ""
set from = ""
set server = ""
set smtp_url = "smtp://$my_pass:$from@$server:587"
set port = ""
set smtp_url = "smtp://$my_pass:$from@$server:$port"
set realname = ""
set mbox_type = Maildir