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.

Last questions

Complete Uninstall to Work in J4??
We have recently updated a site from Joomlav3 to v4 (4.4.2). Now when we go to m...
6 Replies
Posted on Tuesday, 30 April 2024
  • New
  • Info about CMigrator for Joomla
    Hi i need to import a few thousand articles from a site made in wordprres to a ...
    0 Replies
    Posted on Tuesday, 07 May 2024
  • New
    • #CMigator
    Error on android phone
    Why its working good on Computer and if i try it with smartphones the map dosent...
    0 Replies
    Posted on Tuesday, 07 May 2024
  • New
  • Bug with front-end submission and table not having
    Hi, i think i found a problem. When trying to edit a hotspot from front-end ...
    3 Replies
    Posted on Wednesday, 15 March 2023
    Question regarding custom fields
    How do I access custom fields after I have created them?...
    1 Replies
    Posted on Wednesday, 24 April 2024
    • #custom fields