By rscrane on
When I turn on email notification, I get this in the log" Notify: User ... could not be notified. Mail error." but the notification is sent, delivered and correct --- any idea what is going on?
Using Postfix on Mac OS X
thanks in advance --
Comments
Still no luck
Hoping for a comment from someone -- any debugging tips?
Have you tested drupal's mail function elsewhere?
I've never had any problems with this part of notify. It may be a problem with your mail configuration. What happens when you try to send mail to a user through the contact form?
Notify simply invokes Drupal's user_mail() function. That in turn calls the php function mail.
Notice the following requirements for mail to work (from the php manual):