27.11.2025, 11:32
Use this to get the result/error in Logs tab.
Don't randomly change the mail() function. You only need to change the settings table, everything else should be kept as is. In your case the 'From' header is invalid because the assigned variable is not defined.
Code:
res, err = mail('ju*********@gmail.com', subject, message)
log(res, err)Don't randomly change the mail() function. You only need to change the settings table, everything else should be kept as is. In your case the 'From' header is invalid because the assigned variable is not defined.