SMTP server port using E-Mail Notifier adapter

Hi. I’m trying to use the new custom action adapter “E-Mail Notifier”, but I’m having authentication problems with my private e-mail server. I tried to use the EnableSSL=True parameter, but even so it seems the adapter tries to use the port 25 instead 465. I saw this in the ErrorLog.txt file.

Is it possible to modify the SMTP server port in this adapter? I tried to use the syntax SmtpServer=mail.server.com:port, but it didn’t work.

Thanks.

The SmtpServer=mail.server.com:port syntax should work. If it doesn’t, the only thing I can think of is if you maybe didn’t save and then initialize your adapter after making the change.