On Tue, Feb 22, 2022 at 02:34:05PM -0600, Ranjan Maitra wrote:
On Tue Feb22'22 02:06:57PM, Ion wrote:
As instructed I changed it to...

set smtp_url ="smtp://ionm...@eml.cc@smtp.fastmail.com:587"

and also tried

set smtp_url ="smtp://ionm...@eml.cc@smtp.fastmail.com:465"


set smtp_url ="smtps://ionm...@eml.cc@smtp.fastmail.com:465"

Thanks Ranjan - that's right.  Remember port 465 uses smtps://

both produced "Invalid SMTP URL: smtp.fastmail.com:465"

Check your muttrc to make sure you don't have the value specified twice or something. That error message prints out the full value of $smtp_url, so somehow Mutt has the value minus the 'smtps://ionm...@eml.cc@' prefix stored in $smtp_url.

You can also check the value at runtime by typing ':set ?smtp_url' and hitting return.

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to