Skip to content

Commit

Permalink
doc: msmtp: Add missing 'user' directive
Browse files Browse the repository at this point in the history
A 'user' directive is needed otherwise msmtp fails:
msmtp: authentication method XOAUTH2 needs a user name
msmtp: could not send mail (account default from .msmtprc)

Fixes: 8f7c714 ("Add cms-oauth")
Signed-off-by: Benjamin Poirier <[email protected]>
  • Loading branch information
gobenji committed Mar 2, 2022
1 parent a493601 commit 79e1504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/example-msmtp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ account default
host smtp.office365.com
port 587
auth xoauth2
user user@domain
from user@domain
passwordeval cms-oauth --cms_sock=cms.sock --proto=SMTP --user=user@domain --output=token

0 comments on commit 79e1504

Please sign in to comment.