Page 1 of 1

Email module with fixed from address

PostPosted: Tue Jul 06, 2010 1:26 pm
by jvinolas
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.

Re: Email module with fixed from address

PostPosted: Tue Jul 20, 2010 8:25 am
by jvinolas
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";