1. Tim
  2. CMandrill for Joomla
  3. Thursday, 02 July 2015
  4.  Subscribe via email
Hey
CB uses their own mailer API. I ahve received the following answer back from the CB guys. Is there any easy way to integrate CB api into CMandrill?:

[color=#008844]CB has its own mailer API. No, CB has no option to use Joomlas (nor is one planned at this time). CB provides CB triggers to override our mailer API so your integration would need to use those triggers to do so. No, CB Auto Actions can't override our mailer API and you'd just end up with double emails. Specifically the below triggers are for our mailer.

onBeforeCreateMailer
$_PLUGINS->trigger( 'onBeforeCreateMailer', array( &$mail, &$from, &$fromname, &$subject, &$body ) );
onAfterCreateMailer
$_PLUGINS->trigger( 'onAfterCreateMailer', array( &$mail, $from, $fromname, $subject, $body ) );
onBeforeSendMail
$_PLUGINS->trigger( 'onBeforeSendMail', array( &$mail, &$from, &$fromname, &$recipient, &$subject, &$body, &$mode, &$cc, &$bcc, &$attachment, &$replyto, &$replytoname, &$properties, &$error ) );
onAfterSendMail
$_PLUGINS->trigger( 'o[/color]nAfterSendMail', array( $mailsSent, $mail, $from, $fromname, $recipient, $subject, $body, $mode, $cc, $bcc, $attachment, $replyto, &$replytoname, $properties, $error ) );
Responses (0)


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Powered by EasyDiscuss for Joomla!