Joomla E-mail could not be sent [FIXED]
Posted: May, 20 2009A lot of people are experiencing problems with Joomla not sending mail out, notably from the Email Pop window, the system simply returns “E-mail could not be sent”.
In this article we show how to fix the problem quickly and easily.
Problem
Joomla not sending out email via pop up window
Solution
To resolve this problem, open this file:
components/com_mailto/controller.php
Locate the following line of code (approximately line 57):
if($timeout == 0 || time() - $timeout < 20) {
Change the line to the following:
if($timeout == 0 || time() - $timeout > 20) {
Save, Upload and test.
You can also increase the time from 20 to say 50.
You can read more about this bug here
Told you it was an easy fix ![]()
Related Articles
- 26.04.10: Magento cookie problem [fixed] (0)
- 29.07.10: Perl cgi displaying as text or error 500 [FIXES] (0)
- 10.10.09: How to clear dashboard stats in magento (0)
- 14.06.10: RSForm ordering (1)
- 07.10.09: Magento Thank you for registering with Default Store View (1)







Comments RSS Feed




Thanks a lot dude…
Go to Top of the page
Thanks! Small fix for a big problem!
Go to Top of the page
This was originally posted here: http://forum.joomla.org/viewtopic.php?f=471&t=376453&start=0
There are additional fixes posted for users that are experiencing similar email issues.
Go to Top of the page
Yes, and here it is in a simple, easy to understand format.
The correct link is supplied in the post above as the Bug report, where the original fix was derived for your link!
Go to Top of the page
You are a lifesaver! This fixed the problem for me - no problem!
Go to Top of the page
Thanks a lot!!! Fixed the problem immediately:-)
Go to Top of the page
Muchas gracias!
Go to Top of the page