diff options
| author | Jani Nikula <jani@nikula.org> | 2014-10-12 22:18:28 +0300 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2014-10-12 22:18:42 +0300 |
| commit | 8956c9012b48df4570824f40fdc0188455d4b813 (patch) | |
| tree | c5deb79aab33c17ee7dff2c5770fd699c91e6f9d | |
| parent | 80716217891d5ada185c1968d1c5d567dcee40e7 (diff) | |
Revert "Added another way to set the from address automatically when sending mail through msmtp."
This reverts commit f1bc6af50df4383abc038fd22d26356eb18075bc, because
the author was not reachable for a license change. Please do not bring
back the content without proper licensing.
| -rw-r--r-- | emacstips.mdwn | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 484d5ca..7724e0b 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -371,13 +371,6 @@ With that in place, you need a `.msmtprc` with the accounts configured for the domains you want to send out using specific SMTP servers and the rest will go to the default account. -If you have a hard time getting the above to work for you, as I did, -it's also possible to add a message-send-mail-hook in your .emacs to -send the from header explicitly as an argument to msmtp as described -[here](http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP#toc2) on the -emacswiki. - - ## <span id="address_completion">Address completion when composing</span> There are currently three solutions to this: |
