SMTP server security - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: SMTP server security (/showthread.php?tid=679) |
SMTP server security - leondias - 17.03.2017 Hello, I'm trying to send email from LM5 lite by this example: http://openrb.com/example-sending-email-from-lm2/ We are using our own SMTP server without security connection, so what should I use in this line?: secure = 'sslv23' thanks! RE: SMTP server security - admin - 17.03.2017 Depending on your server settings secure value should be either "sslv23", "tlsv1", "tlsv11" or "tlsv12" RE: SMTP server security - admin - 17.03.2017 Ah, yes, sorry. For servers without encryption it should be removed. RE: SMTP server security - Mirco - 27.03.2017 Hi admin, I would like to send an email, but the server use STARTTLS connection.. how can I do? Thanks! RE: SMTP server security - admin - 27.03.2017 STARTTLS is not suppored, maybe your server has a separate port for secure-only connections? RE: SMTP server security - Mirco - 27.03.2017 Ok, thanks! I have to ask.. |