13.09.2023, 07:49
If you are not using Gmail then you also need to change the server = '...' parameter in mail() in Common functions. The standard SMTP ports are 465 or 587. For 587 you need to change secure parameter to starttls
When the email is sent successfully then the first logged argument won't be nil.
When the email is sent successfully then the first logged argument won't be nil.