Wednesday 11 February 2004 2:26:04 am
Hello
I have following setup:
- Windows 2003 server standard
- eZ Publish 3.3-3 (installer version) - Windows 2000 server with MS Exchange server I try to use our Exchange server for notification. Everything seems to be correct in eZ publish settings: I changed these settings:
[MailSettings]
Transport=SMTP
TransportServer=my.exchange.server
TransportPort=25
TransportUser=
TransportPassword=
[email protected]
# The address which will be set at the sender of the e-mail as default [email protected]
When I the add notification to a user and change for instance an article, and then run the runcronjobs.php : php -C runcronjobs.php -s mysite -d The debug then dumps:
Timing: () Script cronjobs/notification.php starting
Warning: (PHP) Undefined offset: 6 in C:\eZ\ezpublish\kernel\classes\notification\handler\ezsubtree\ezsubtreehandler.php on line 201
Warning: (PHP) Undefined index: use_digest in C:\eZ\ezpublish\kernel\classes\notification\handler\ezsubtree\ezsubtreehandler.php on line 207
Error: (eZINI) Undefined group: 'TransportSettings'
Error: (eZSMTPTransport::sendMail()) Error sending SMTP mail: 5.5.2 Need Mail From: first
Timing: () Script cronjobs/notification.php done Any Ideas any1? MartOn
|