Yesterday, 13:52
Hi,
Since gmail aut change, we were using sendgrid to send email and it was working wery well. But It has problem with 2024 fw and we don't know what is the problem. Here are my setting common functions.
local settings = {
-- "from" field, only e-mail must be specified here
from = 'xxxxxxxxxxxxxxx@gmail.com',
-- smtp username
user = 'apikey',
-- smtp password
password = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
-- smtp server
server = 'smtp.sendgrid.net',
-- smtp server port
port = 587,
-- enable ssl, required for gmail smtp
secure = 'starttls',
}
This settings is working from another smtp email sender app but it does not work on LM with FW 2024. LM has internet connection.
Can you check sendgrid with LM 2024 fw, i will be glad
Since gmail aut change, we were using sendgrid to send email and it was working wery well. But It has problem with 2024 fw and we don't know what is the problem. Here are my setting common functions.
local settings = {
-- "from" field, only e-mail must be specified here
from = 'xxxxxxxxxxxxxxx@gmail.com',
-- smtp username
user = 'apikey',
-- smtp password
password = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
-- smtp server
server = 'smtp.sendgrid.net',
-- smtp server port
port = 587,
-- enable ssl, required for gmail smtp
secure = 'starttls',
}
This settings is working from another smtp email sender app but it does not work on LM with FW 2024. LM has internet connection.
Can you check sendgrid with LM 2024 fw, i will be glad