Issue Details (XML | Word | Printable)

Key: MDL-17673
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Tomas Dulik
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

No emails sent after upgrading to 1.9.3, I had to downgrade

Created: 17/Dec/08 01:27 PM   Updated: 14/Jan/09 05:10 PM
Return to search
Component/s: Forum, Messages
Affects Version/s: 1.9.3
Fix Version/s: 1.9.4

Environment: Apache/2.2.3 (Debian), PHP/5.2.0-8+etch13, ssmpt instead of sendmail
Issue Links:
Dependency
 
Duplicate
 
Relates
 

Participants: Eloy Lafuente (stronk7), Martin Dougiamas, Petr Skoda and Tomas Dulik
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
After upgrading to 1.9.3 (using CVS), Moodle stopped sending emails from forums. Cron.php is run regularly (by cron), but when invoking it manually (from the browser), it does not report anything like "Sending post {number}: {subject}" as it used to do in the previous versions.

Also, messages sent to Contacts are not being emailed.

I was continuously checking our SMTP server logs but it has not received nor rejected any email from Moodle.

I tried to play with the SMTP server setup (/admin/settings.php?section=mail) but nothing helped.

Finally I downgraded back to 1.9.1 and everything started to work as before the upgrade.

Is this a new feature of Moodle 1.9.3 or have I done something wrong?

What was changed regarding the email functionality in 1.9.3 ?

Edit: I have just tried the 1.9.2 version and it seems to send the emails OK

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 17/Dec/08 09:17 PM
See MDLSITE-590 .... some bug was introduced to the forum module just in the past week.

Eloy Lafuente (stronk7) added a comment - 18/Dec/08 03:42 AM
Closing as fixed by MDL-14876. Tested on local and moodle.org.

Martin Dougiamas added a comment - 18/Dec/08 02:53 PM
Tomas, try upgrading to MOODLE_19_STABLE again via CVS.

Tomas Dulik added a comment - 18/Dec/08 06:28 PM
Thanks, it works now!