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 settings
#1
Hi,

trying different variants - something not working. I need send mails from internal local network. IT prepared E-mail for me.

I should use SMTP - port 25, no security, no password. How to switch security off??

My settings:

function mail(to, subject, message)
  -- make sure these settings are correct
  local settings = {
    -- "from" field, only e-mail must be specified here
    from = 'server@company.lv',
    -- smtp username
    user = 'server@company.lv',
    -- smtp password
    password = '',
    -- smtp server
    server = 'IP adress',
    -- smtp server port
    port = 25,
    -- enable tls, required for gmail smtp
    secure = ''
  }


BR,

Alex
Reply


Messages In This Thread
mail settings - by AlexLV - 26.08.2020, 06:24
RE: mail settings - by Erwin van der Zwart - 26.08.2020, 06:30
RE: mail settings - by AlexLV - 26.08.2020, 08:01
RE: mail settings - by AlexLV - 27.08.2020, 06:44

Forum Jump: