Email module with fixed from address
Archived from the Xataface Users forum.
jvinolas — Tue Jul 06, 2010 1:26 pm
Hi,
Is it possible to use email module with fixed from email address? What we want to do is to use always the same originate email.
Thanks.
jvinolas — Tue Jul 20, 2010 8:25 am
If anyone interested, I solved it changing the code in modules/email/actions/email.php
- Code: Select all
@$app->_conf['from_email']="myemail@server.com";