Media Mover is trying to send a "job stuck" email, but is unable to. Drupal error message shows:

Unable to send e-mail. Please contact the site administrator if the problem persists.

Watchdog logs:

Type	mail
Date	Friday, March 5, 2010 - 11:28
User	Marisa Lerin
Location	http://pixeledmemories.com/admin/reports/status/run-cron
Referrer	http://pixeledmemories.com/admin/reports/status
Message	Error sending e-mail (from marisa.lerin@gmail.com to [Pixeled Memories] Media Mover Job Stuck).
Severity	error
Hostname	116.120.93.238
Operations	

Double checked the email address under "job timeout alert," and it is set correctly.

Have confirmed that other modules ARE able to send email successfully.

Using Exim to send mail (set up by following this guide).

Comments

jzornig’s picture

subscribing. I also have this issue.

arthurf’s picture

Status: Active » Needs review

There was a problem with the implementation of drupal_mail_send - the headers were omitted from the email. I changed the feature to use the standard drupal_mail implementation which hopefully will fix the mail issue for you. Please try the latest code and let me know if that resolves the mail issue for you.

varac’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta7

we have the issue as well - could you please tell us which version solves the problem ? The one from git, the official 6.x-1.x-dev or 6.x-2.x-dev ?
Will there be a stable release containing the patch ?

arthurf’s picture

Status: Needs review » Closed (fixed)

fix should be in 1.x dev.