This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set from = "xxxxxxx" | |
set realname = "xxxxxxxx" | |
# Quick Settings | |
set my_server = mail.messagingengine.com | |
set my_user = xxxxxxxx | |
set my_pass = xxxxxxxx | |
# Account Information | |
set smtp_url = "smtp://$my_user:$my_pass@$my_server:587" |