Closed (fixed)
Project:
Media Mover
Version:
6.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 02:42 UTC
Updated:
2 Jul 2011 at 14:51 UTC
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
Comment #1
jzornig commentedsubscribing. I also have this issue.
Comment #2
arthurf commentedThere 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.
Comment #3
varac commentedwe 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 ?
Comment #4
arthurf commentedfix should be in 1.x dev.