On Tue, Feb 22, 2022 at 09:42:46AM -0500, José María Mateos wrote:
On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote:
I used the same password as IMAP as the Fastmail help page tells me
"Your app-specific password. You cannot use your regular Fastmail
password." So does the "set ssl_force_tls =yes" not cover authentication?

You need to create a password to use with IMAP / SMTP, it's not your regular password: https://www.fastmail.help/hc/en-us/articles/360058752854-App-passwords

Given that you're using Fastmail, this is my SMTP config:

# SMTP SETTINGS
# Use port 565 for SMTP instead of 465 so we can mask the IP when sending.
set smtp_url = 'smtps://ch...@rinzewind.org@smtp.fastmail.com:565/'
# Source the password from file
# This file is in the following format:
# set smtp_pass = "pass"
# set imap_pass = $smtp_pass
source ~/.creds/mutt.pass

Cheers,

--
José María (Chema) Mateos || https://rinzewind.org

Reply via email to