fix(mail): fix incorrect smtp server
This commit is contained in:
parent
91afb9e2aa
commit
cf2c8572a5
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set from = "george@nullpointer.io"
|
|||
|
||||
# smtp settings
|
||||
set smtp_pass = `pass mail/george@nullpointer.io`
|
||||
set smtp_url=smtp://$from@nullpointer.io:587
|
||||
set smtp_url=smtp://$from@smtp.nullpointer.io:587
|
||||
|
||||
# nullpointer specific macros
|
||||
macro index A "<save-message>+nullpointer/Archive<enter>" "move message to the archive"
|
||||
|
|
|
@ -11,7 +11,7 @@ set from = "george@rawlinson.net.nz"
|
|||
|
||||
# smtp settings
|
||||
set smtp_pass= `pass mail/george@rawlinson.net.nz`
|
||||
set smtp_url=smtp://$from@rawlinson.io:587
|
||||
set smtp_url=smtp://$from@smtp.nullpointer.io:587
|
||||
|
||||
# rawlinson specific macros
|
||||
macro index A "<save-message>+rawlinson/Archive<enter>" "move message to the archive"
|
||||
|
|
Loading…
Reference in a new issue