It is possible to send notifications to 2 or more emails? How?
Appnitro Software Forums » MachForm
Send noticiation to several emails
(6 posts)-
Posted 2 years ago #
-
Yes .. simply put comma between each emails, for example :
email1[at]example.com, email2[at]example.comPosted 2 years ago # -
I try it putting 3 emails and I get error:
Error sending email: Could not instantiate mail function.
Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\vhosts\somacyl.es\httpdocs\forms\includes\helper-functions.php:482) in C:\inetpub\vhosts\somacyl.es\httpdocs\forms\view.php on line 40Posted 1 year ago # -
Are you getting the same error if you try using one or two email address?
Posted 1 year ago # -
Sometimes, yes
Posted 1 year ago # -
If the error only happened sometimes and the error message is the same as above, most likely the mail agent on your server is having temporary downtime.
You might want to contact your hosting tech support and let them know about this.
Also, some hosting company might require you to use SMTP server to be able sending email reliably. If this is the case, you can modify your config.php file and put your SMTP server details there, so that the email will be sent using SMTP server instead of the standard mail() function.
Posted 1 year ago #
Reply
You must log in to post.