Hi,

I'm setting up an authenticated relay on my server (I need to relay to
Elastic Email) and the server requires that I insert the "Api Key" before
the username and password.

How do I implement this into my passwords map?

I have already tested it running a telnet on the server and I got the "235
Authentication successful":

* perl -MMIME::Base64 -e 'print
encode_base64("\000API-KEY\000USERNAME\000PASSWORD")'
* AUTH PLAIN Base64

Reply via email to