On Tue 03 Nov 2015 15:32, Andy Wingo <wi...@igalia.com> writes: > If you want to queue, there's the esmtp-wrapper shell > script shipped with esmtp; simply do: > > ln -s ~/.guix-profile/bin/esmtp-wrapper ~/bin/sendmail > ln -s ~/.guix-profile/bin/esmtp-wrapper ~/bin/mailq
If you do this you will probably want to do this instead: ; in .emacs (setq sendmail-program "/home/USER/bin/sendmail") # at the shell git config sendemail.smtpserver $HOME/bin/sendmail Andy