The “mail.smtp.starttls.enable” property is not listed in the servoy admin page. Perhaps this property is not supported (although it’s part of the JavaMail API) in the Servoy mail plugin. Try to use “mail.smtp.ssl.enable” instead.
mail.smtp.ssl.enable boolean If set to true, use SSL to connect and use the SSL port by default. Defaults to false for the “smtp” protocol and true for the “smtps” protocol.
Could you send me a sample solution which use plugin mail.
Does anybody have a working example of gmail smtp?
I’ve checked several posts but i keep getting
java.lang.Exception: 530 5.7.0 Must issue a STARTTLS command first. v51sm5671387eeh.16
Firewall is set on port 465 and 587
Both aren’t working for me.