You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Are you still facing same notice error for confirmation email send through event registration?
If so, Could you run the below query in mysql and check if you get atleast 1 result.
SELECT * FROM civicrm_mailing WHERE subject = "***All Transactional Emails***" AND url_tracking = TRUE AND forward_replies = FALSE AND auto_responder = FALSE AND open_tracking = TRUE;
The error usually will occur if it doesn't find the default mailing that's being created at the time of mandrill install which is used to track mandrill event for Transactional Emails send from CiviCRM.
When sending a confirmation mail in event registration form, 5 warning are emitted
Event if directory is named *-1.5, it's version 2.0 which is used.
In line 551, code expect $params['mandrillHeader'] as array, but it's just an integer.
The text was updated successfully, but these errors were encountered: