I have two parallel environments set up, and e-mail notifications are working for Joomla and Kunena in both. However, I am only getting notifications from uddeIM in one of the environments.
I am not seeing any configuration differences between the two systems.
I've already confirmed that the users involved are set up to receive e-mails, and that e-mails are turned on for both systems for all users. Both are using phpMail with the same sending address and recipients.
I also added some code to send some output to a file to show progress, and it appears to be getting to the call to actually send the e-mail @mail in iddeUMsendmail with appropriate parameters, so I'm at a loss how to further troubleshoot the problem (as I don't have quite the same level of access on the non-working server).
On the system I'm having issues with, the Sender e-mail is exactly the same as the Joomla From address that is working for other system notifications. There are definitely differences in the mail.log between what uddeIM is sending and what was sent from Kunena (that did arrive):
Code:
non-working:
[21-Jun-2015 09:30:10 America/New_York] mail() on [/PATH/components/com_uddeim/includes.php:135]: To: me@mymail.com -- Headers: From: "XXXX Forum" <XXX@YY.com> Organization: Set Up User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: me@mymail.com
working:
[21-Jun-2015 09:31:34 America/New_York] mail() on [/PATH/libraries/vendor/phpmailer/phpmailer/class.phpmailer.php:615]: To: me@mymail.com -- Headers: Date: Sun, 21 Jun 2015 09:31:34 -0400 From: XXXX Forum <XXX@YY.com> Message-ID: <27b6937ac06ae6e768c854421f543c86@site.com> X-Priority: 3 X-Mailer: PHPMailer 5.2.9 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit
If there are other relevant bits of info I can provide or something specific I can look at, that would be extremely helpful.
Thanks!