You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
Hi all!
I have a problemwhen I tried toconfigure SMTPrelay withTLS.My config is:
In the console "boss_mail:send(...)" returns: "tls_failed" , and "ssl_error=5" in SMTP server logs.
After exploring the sources of the gen_smtp module I found the actual error: ssl_not_started So I entered "ssl:start()" in the console and then "boss_mail:send(...)" worked!
Maybe is there more elegant solution for run SSL at startup of application? Searching for "ssl:start()" give nothing helpful: