Hi Roger, > - If user don't configure a working MTA, it's hard to send out the > email. Especially for new contributor. > [...] > So what I recommend is using msmtp, which already works well with > caff [4][5]. In this way, the gmail credential can be saved as > encrypted file by GPG, and got decrypted on-the-fly when you send > email [6].
You can use caff without any MTA too (see my ~/.caffrc attached). Cheers, Alex -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Alex Muntada <[email protected]> ⢿⡄⠘⠷⠚⠋ Debian Developer - log.alexm.org ⠈⠳⣄⠀⠀⠀⠀
$CONFIG{'owner' } = q|Alex Muntada|;
$CONFIG{'email' } = q|[email protected]|;
$CONFIG{'keyid' } = [qw|
E3AE978E834E5E7E
|];
$CONFIG{'mailer-send'} = [
'smtps',
Server => q|smtp.gmail.com|,
Auth => [
q|[email protected]|,
qx|gpg -d $ENV{'HOME'}/.caff/password.gpg|,
],
];
signature.asc
Description: PGP signature
