Daniel Dimitrov wrote: If the plugin is enabled we don't use the SMTP configuration, but the mandrill API.
Do you use:
$mail = JFactory::getMailer();
$mail->send(....);
or how do you exactly send your mails?
Also try to have the plugin ordered first in the plugin list (first for system tasks).
That is what pops up into my head right now.
Regards,
Daniel
Thank you for the prompt reply.
$mail = JFactory::getMailer();
$mail->send(....);
is how the emails are being sent, and the plug-in is ordered first.
Just for the heck of it, I disabled the Mandrill plug-in, and the emails being sent are still using Mandrill (confirmed via headers). The Mail Settings in Joomla are set to send using SMTP, and the Mandrill account info is in there.