Has anyone ever got secure and authenticated AWS.SMTP.Client working? And if so, how did you do it?
Den 2021-09-05 kl. 05:20, skrev philip...@gmail.com:
Has anyone ever got secure and authenticated AWS.SMTP.Client working? And if so, how did you do it?
Yes.
I use Amazon as mailer - like this. Shortened version so it might not compile. I think you need the Ada.Directories.Set_Directory statement
just as I need it.
in the directory I set , I have the cert.pem I'd like to use
On Monday, September 6, 2021 at 2:26:30 AM UTC-7, björn lundin wrote:
Den 2021-09-05 kl. 05:20, skrev philip...@gmail.com:
Yes.
Has anyone ever got secure and authenticated AWS.SMTP.Client working? And if so, how did you do it?
I use Amazon as mailer - like this. Shortened version so it might not
compile. I think you need the Ada.Directories.Set_Directory statement
just as I need it.
in the directory I set , I have the cert.pem I'd like to use
Is cert.pem a client certificate that will be passed to the server, or is it a server certificate the client uses to validate the server?
Obviously Amazon does not care. Auth is then via the lines
Auth : aliased constant SMTP.Authentication.Plain.Credential := SMTP.Authentication.Plain.Initialize
("AKFCAWS_IS_A_MAILSERVERT", "BOYbIsome-chars-from-amazomFDWW");
I could not find it on github now - so I mailed you the one I got
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 44:50:22 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,858,055 |