Forums | Mahara Community
Support
/
sendallemailto
20 January 2010, 11:53
Hi,
I've configured sendallemailto in /lib/config-defaults.php with:
$cfg->sendallemailto = '[email protected]';
And i don't understand because when a new member register on, site confirmation mail of new account not sent to [email protected] but they sent to [email protected] (me, admin)
What i must do for new users register mail sent directly to user mailbox and not at my admin mailbox?
Thanks for help.
Regards.
Fabien
20 January 2010, 21:36
Hi Fabien,
sendallemailto is really intended to be used for testing purposes only. It forces mahara to send all emails to a single email address.
On a real site which people use, you should leave it out of your config.php, and just use '[email protected]' for the email address of the admin user.
22 January 2010, 5:06
Hi Richard,
It's solved! Thank you!
Now my problem is : when i test contact form on contact.php no mail was sen't to me.
Cron job it's already ok.
Thanks for help.
Regards.Fabien