guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add esmtp.


From: Andy Wingo
Subject: Re: [PATCH 2/2] gnu: Add esmtp.
Date: Tue, 03 Nov 2015 15:40:06 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Tue 03 Nov 2015 15:32, Andy Wingo <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]