×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Getting CB emails to send through CMandrill

Getting CB emails to send through CMandrill 8 years 9 months ago #31556

  • Tim
  • Tim's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
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?:

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
nAfterSendMail', array( $mailsSent, $mail, $from, $fromname, $recipient, $subject, $body, $mode, $cc, $bcc, $attachment, $replyto, &$replytoname, $properties, $error ) );
The following user(s) said Thank You: Stefan Basting
  • Page:
  • 1
Time to create page: 0.114 seconds