PDA

View Full Version : Problem whit a SEND TO A FRIEND


locopop
04-24-2007, 01:35 AM
Hello.

My server doesn't support `mail relay`, how can i do, that this funtion work send by a email account, sample: admin@thedomain.com..

Thanks.

Alex
04-24-2007, 04:53 PM
This is a problem with your Apache mail server setting. To override this, in HTML_function.php file you need to change function mail_article(), and add the following:

global $url;
global $admin_email;

and then to change the line:
$headers = MailHeader ($your_email);
to this:
$headers = MailHeader ($admin_email);