In a Debian 11 installation, I send email from a script, but I get warnings from
s-nail v14.9.22 that I must upgrade to use a URL in readiness for S-mailx v15.
The URL will specify the mail server, account and password.
My e-mail provider is Gandi and my e-mail user name in the Gandi tradition is
[email protected] . I tried to plug this into a URL and I get
mta=smtps://[email protected]:[email protected]:587
This is rejected with the hint
s-nail: Not URL percent encoded (use urlcodec enc)
so I tried
mta=smtps://mailbox%64rogerprice%46org:[email protected]:587
but got the same error message. How should write this URL?
Debian doesn't know about any urlcodec program.
Roger