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.
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.