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 sending issue
#5
I 'm testing our business mail, that are the parameters:

Impostazione SMTP
Nome server: smtp.office365.com
Porta: 587
Metodo di crittografia: TLS


in common fuctions I have

local settings = {
-- "from" field, only e-mail must be specified here
from = 'segnalazioni.tecniche@komponext.it',
-- smtp username
user = 'segnalazioni.tecniche@komponext.it',
-- smtp password
password = 'xxxxxxxx',
-- smtp server
server = 'smtp.office365.com',
-- smtp server port
port = 587,
-- enable ssl, required for gmail smtp
secure = 'sslv23',
}


I have to change or disable secure = 'sslv23' since I will use 587 port?
Reply


Messages In This Thread
mail sending issue - by gdimaria - 25.11.2020, 12:11
RE: mail sending issue - by admin - 25.11.2020, 12:29
RE: mail sending issue - by gdimaria - 26.11.2020, 17:33
RE: mail sending issue - by admin - 27.11.2020, 08:26
RE: mail sending issue - by Trond Hoyem - 05.01.2021, 16:21
RE: mail sending issue - by gdimaria - 30.11.2020, 12:04
RE: mail sending issue - by admin - 30.11.2020, 12:09
RE: mail sending issue - by gdimaria - 30.11.2020, 13:51
RE: mail sending issue - by admin - 06.01.2021, 08:09
RE: mail sending issue - by Trond Hoyem - 07.01.2021, 08:36

Forum Jump: