Monday 13 December 2004 12:16:19 am
Hi, If I were you, I'd first try the following:
- Reconfigure PHP back to its original state.
- Edit your /settings/override/site.ini.append (or site.ini.append.php) file - Put in the following block:
[MailSettings]
Transport=SMTP
TransportServer=mail.example.com
AdminEmail=yourself@example.com
EmailSender=yourself@example.com
(replace mail.example.com, yourself@example.com with valid host & email) Remember to restart apache (for PHP to re-read the config file) and clear the eZ publish caches (you would at least need to clear all ini caches). Balazs
|