poMMo is a PHP Mass Mailer. Welcome to our community!
You are not logged in.
Good day. I have 2 problems with Pommo 15.1...
The first is in the mailing page of Pommo:
Mailings take place in the background so feel free to close this page, visit other sites, or even turn off your computer. You can always return to this status page by visiting the Mailings section. Throttle settings can also be adjusted -- although you must pause and revive the mailing before changes take effect.
...Sending message to xxxx subscribers.
I'm sending the message to my subscribers but Pommo report: "Sending failed: Could not instantiate mail function."
My message is not going out to my list because Php mail function not works...
--- 2° problems -----
When I go into the SETUP (and click to general), Test Exchanger says:
Fatal error: Call to a member function addErr() on a non-object in /fpgs/fpgshttpd/doppler6/pommonew/inc/helpers/messages.php on line 137
Sendmail and smtp not work, so I can't use them.
Thank you,
Dopp
Offline
Doppler,
The fatal error thrown during "test mail exchanger" is a known issue, and is fixed in SVN.
You'll need to have at least 1 of the exchangers working. SMTP is usually the easiest for Windows IIS/NT environments, providing either your webhost supplies one or you subscribe to an external relay service.
~ brice
Offline
Brice...
What "SVN" means?
Can I use the "php mail function" or I must put my hands on a SMTP service?
I have used the php mailer in the old version of Pommo. Now?
Offline
Good day.
At this moment, I'm not able to write my list.
----------
Fatal error: Call to a member function addErr() on a non-object in /fpgs/fpgshttpd/doppler6/pommonew/inc/helpers/messages.php on line 137
Sendmail and smtp not work, so I can't use them.
---------
I WILL GIVE $50 to the person that will fix my Pommo (for me), it's very urgent.
I'm not able to put my hands on it and I need to write my subscribers.
Please help, thank you.
Dop
Offline
Doppler,
Try applying this patch - http://pommo.org/community/viewtopic.php?id=811
Offline
Thank you comporder1...
Btw, that post is not clear for me. What it means? Where I place it?
Thank you,
Dop
Offline
Open inc/helpers/messages.php, After around line 119 -
function testExchanger($to,$exchanger) {
global $pommo;
add -
$logger = & $pommo->_logger;
all together, it should look like -
function testExchanger($to,$exchanger) {
global $pommo;
$logger = & $pommo->_logger;
Pommo::requireOnce($pommo->_baseDir.'inc/classes/mailer.php');
$subject = Pommo::_T('poMMo test message');
Save and exit. Try the "test exchanger" again
Understand?
Offline
Thank you a lot!
I will try it... :-)
Dop
Offline