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.

Scripting
#4
Yes, add it to the sending script. The original error is from calling function named mail instead of Email. It is also called without subject/message body.

Code:
require('user.Email')

res1, err1 = Email("XXXXXX@gmail.com", "Alarm", "Παραβίαση Σπιτιού")
res2, err2 = Email("DDDDDD@gmail.com", "Alarm", "Παραβίαση Σπιτιού")

log(res1, err1)
log(res2, err2)
Reply


Messages In This Thread
Scripting - by XSPA2474KW - 09.06.2022, 06:59
RE: Scripting - by admin - 09.06.2022, 07:04
RE: Scripting - by XSPA2474KW - 09.06.2022, 13:28
RE: Scripting - by admin - 09.06.2022, 14:34
RE: Scripting - by XSPA2474KW - 09.06.2022, 16:03
RE: Scripting - by admin - 09.06.2022, 16:12
RE: Scripting - by XSPA2474KW - 09.06.2022, 16:19
RE: Scripting - by admin - 09.06.2022, 16:21
RE: Scripting - by XSPA2474KW - 09.06.2022, 16:31
RE: Scripting - by XSPA2474KW - 10.06.2022, 06:07
RE: Scripting - by Daniel - 10.06.2022, 07:23
RE: Scripting - by Daniel - 10.06.2022, 07:24

Forum Jump: