Emails not being received

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

unhuman
Posts: 46
Joined: Mon Jan 23, 2012 10:29 pm

Emails not being received

Post by unhuman »

I've been experimenting with OpenEMM and the Test sends work, however, when I do a regular send, the requests map to the same users (I do alter them from Test to Normal). The system claims the mail is sent to the same # of people as I expect, yet the mail is never received.

Any ideas where should I be looking?

-H
unhuman
Posts: 46
Joined: Mon Jan 23, 2012 10:29 pm

Re: Emails not being received

Post by unhuman »

Found the script logs.... the date-machine-update.log is just spewing "Unable to get database cursor"

Thoughts?
unhuman
Posts: 46
Joined: Mon Jan 23, 2012 10:29 pm

Re: Emails not being received

Post by unhuman »

So, I identified my problem here...

I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system.

And, I got it working.

To debug this I linked /etc/my.cnf to the one in xampp
I also had to link /var/lib/mysql/mysql.sock to the specified by xampp.

Oddly, this only affected the scripts portion of OpenEMM, but the Java side worked fine.

More logging around exceptions in the scripts would be nice... :)
Post Reply