Page 1 of 1

Email problem from contract page

Posted: Sat Oct 14, 2006 5:21 pm
by rnomis
Hi Marco,

I hope you can help me sort this out. I have created a contract using the email type. With Masquerade set to NO, no email is sent to the client. With it set to YES, an email is sent but is returned by the mailer-deaemon as 'undeliverable' stating it is an 'unrouteable mail domain' I have tried this with five different email addresses and they all fail with the exception of one which has the same domain name as the installation i.e. client: simon@ installation info@

Obvoiusly a simple problem but I am not sure where the problem is; my hosting company or the script.

Ciao
Simon

Posted: Mon Oct 16, 2006 8:18 am
by marco
Hello Simon,
php-residence uses the mail() php function to send emails (masquerading the email activates the -f option of this function), you should ask your hosting service why it's not working.

Marco