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 without password and secure
#1
Hi,

 is there an old script that works otday for send an email to an STMP without password and secure ?

function mail(to, subject, message)
  -- make sure these settings are correct
    local settings = {
    -- "from" field, only e-mail must be specified here
    from = 'MAIL@SEND.COM',
    -- smtp username
    user = ' MAIL@SEND.COM ',
    -- smtp password
    password = nil,   -- NO PASSWORD
    -- smtp server
    server = 'IP_SMTP',
    -- smtp server port
    port = 25,
    -- enable ssl, NO SECURE
    --secure = nil,
  }
KNX Advanced Partner + Tutor
Reply


Messages In This Thread
mail without password and secure - by toujour - 23.07.2025, 13:26

Forum Jump: