This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

mail function does not work for me
#3
I have tested this Mozilla Thunderbird account setup and it works without STARTTLS on port 587, so I have added STARTTLS = "false" to it.

I have tried putting STARTTLS = "true" and it doesn't work for me either.

If I put STARTTLS = true

In the LOG the message appears:

* arg: 1
  * nil
* arg: 2
  * string: invalid protocol (none)

The secure variable inside settings, what parameters can it have?

For google it is: secure = 'tlsv1_2'

But what other options does this variable have?

I have changed the secure = 'tlsv1_2' variable

Now in the Log appears:

* arg: 1
  * nil
* arg: 2
  * string: closed

RESOLVED.

I have configured it with:


port = 587,
    -- enable tls, required for gmail smtp
    secure = 'tlsv1_2',
    starttls = true,
  }


Thank you.
Reply


Messages In This Thread
RE: mail function does not work for me - by Hyxion14 - 15.03.2020, 12:34

Forum Jump: