Skip to content

Instantly share code, notes, and snippets.

@rnagasam
Created November 6, 2018 02:31
Show Gist options
  • Save rnagasam/dd64b94714c6e3cf407f46ab50066da8 to your computer and use it in GitHub Desktop.
Save rnagasam/dd64b94714c6e3cf407f46ab50066da8 to your computer and use it in GitHub Desktop.
Gnus configuration Office365
(setq user-mail-address "user@domain.com"
user-full-name "JohnDoe")
(setq gnus-select-method
'(nnimap "outlook"
(nnimap-address "outlook.office365.com")
(nnimap-server-port "imaps")
(nnimap-stream ssl)))
(setq gnus-secondary-select-methods
'((nntp "news.gmane.org")))
(setq smtpmail-smtp-server "outlook.office365.com"
smtpmail-smtp-service 587)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment