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 with port 25 (old style)
#1
Hi,

 how can I set this script to send a e-mail without SSL3 ?

function mail(to, subject, message)
  -- make sure these settings are correct
    local settings = {
    -- "from" field, only e-mail must be specified here
    from = 'mailsender@server.com',
    -- smtp username
    user = 'Myuser',
    -- smtp password --> no password
    --password = '',
    -- smtp server
    server = 'inside.server.com',
    -- smtp server port
    port = 25,
    -- enable ssl, required for gmail smtp
    --secure = 'sslv23',
   
  }

BR,
Alberto
KNX Advanced Partner + Tutor
Reply


Messages In This Thread
mail with port 25 (old style) - by toujour - 18.01.2024, 09:42
RE: mail with port 25 (old style) - by admin - 18.01.2024, 10:25
RE: mail with port 25 (old style) - by admin - 18.01.2024, 11:52

Forum Jump: