mutt: set correct smtp path

This commit is contained in:
Johannes Rothe 2018-09-14 10:03:31 +02:00
parent b1f195b842
commit b960859c80

View File

@ -3,7 +3,7 @@
# SMTP setting (smtp_pass is set in sourced file) # SMTP setting (smtp_pass is set in sourced file)
source "~/.mutt/mag_smtp" source "~/.mutt/mag_smtp"
set smtp_url='smtp.office365.com' set smtp_url='smtp://rothe@magazino.eu@smtp.office365.com'
set ssl_force_tls = yes set ssl_force_tls = yes
set realname="Johannes Rothe" set realname="Johannes Rothe"
set from="rothe@magazino.eu" set from="rothe@magazino.eu"