Hi,
jclark@stripped wrote:
> Notification emails are not getting sent - not sure why. Running on
> win32.
>
> General Setup - SMTP settings
> Sender = my smtp system name
> Hostname = my eventum system name
>
> General Setup - Email Integration Feature = On
>
> Project default sender name and address are set
>
> Action items have notification users set
>
> Each Item's Mail Queue Logs have emails generated and after I run
> process_mail_queue these change status to sent.
This is very odd, if there is a problem sending mail it shouldn't change
it to sent.
>
> Nothing ever reaches users and the maillog on the smtp system name does
> not show anything hitting server.
>
> What is missing? How do I debug?
Is there anything in the error log? (logs/errors.log)
The actual sending of emails is handled by the PEAR mail class. I just
looked and there is a debug variable in the PEAR class
include/pear/Net/SMTP.php, line 70. Set this to true and look at the
debug output. I haven't tested this, but it is a good place to start.
Best Regards,
/bryan