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.

CC in mail
#6
You can put multiple emails into to table but set the "to" header only to the first recipient:
Code:
settings.source = smtp.message({
  headers = {
    to = to[ 1 ],
    subject = subject,
    ['From'] = from,
    ['Content-type'] = 'text/html; charset=utf-8',
  },
  body = message
})
Reply


Messages In This Thread
CC in mail - by PassivPluss - 18.01.2023, 13:40
RE: CC in mail - by admin - 18.01.2023, 13:49
RE: CC in mail - by PassivPluss - 18.01.2023, 13:52
RE: CC in mail - by admin - 18.01.2023, 13:57
RE: CC in mail - by PassivPluss - 18.01.2023, 16:03
RE: CC in mail - by admin - 19.01.2023, 08:15

Forum Jump: