Forums / Setup & design / Problem with e-mail notify

Problem with e-mail notify

Author Message

Federico Canuti

Monday 23 January 2006 2:15:37 am

I don't receive the "notify me" e-mail from my forum, and the big problem is that i don't know if the e-mail settings are bad configured or if the notify system is broken, in which way I can track the operations so I can find where it stops?

Federico Canuti

Monday 23 January 2006 3:22:31 am

I do a couple of clarifications: first of all I'm pretty new to this kind of work, I'm basically a programmer so I look for an old-style line by line debug also if there isn't; so I always have difficulties to find the problem in my eZ code and this is one of those case, I don't know where to look at.

Ɓukasz Serwatka

Monday 23 January 2006 5:25:56 am

Hi Federico,

Problem might be also related to cron job. What happened when you will execute from eZ publish root directory code below?

$ php runcronjobs.php

ezsubtree notification uses kernel/classes/notification/ezmailnotificationtransport.php for e-mail send, you can debug output from

$mailResult = eZMailTransport::send( $mail );

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog