feat: fastmail
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
cddd099194
commit
4a05ea0529
|
@ -20,13 +20,13 @@
|
|||
};
|
||||
};
|
||||
extraAccounts = {
|
||||
gmail = {
|
||||
source = "imaps://john.olheiser%40gmail.com@imap.gmail.com:993";
|
||||
fastmail = {
|
||||
source = "imaps://john%40jolheiser.com@imap.fastmail.com:993";
|
||||
source-cred-cmd = "git config --get sendemail.smtpPass";
|
||||
outgoing = "smtps://john.olheiser%40gmail.com@smtp.gmail.com:587";
|
||||
outgoing = "smtps://john%40jolheiser.com@smtp.fastmail.com:587";
|
||||
outgoing-cred-cmd = "git config --get sendemail.smtpPass";
|
||||
default = "INBOX";
|
||||
from = ''"John Olheiser" <john.olheiser@gmail.com>'';
|
||||
from = ''"John Olheiser" <john@jolheiser.com>'';
|
||||
cache-headers = true;
|
||||
};
|
||||
};
|
||||
|
|
Binary file not shown.
Reference in New Issue