CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • No CiviCRM Thank You email generated for ARBs with authorize.net
Pages: [1]

Author Topic: No CiviCRM Thank You email generated for ARBs with authorize.net  (Read 442 times)

Dennis Gray

  • Ask me questions
  • ****
  • Posts: 472
  • Karma: 1
  • CiviCRM version: Various. See post.
  • CMS version: Drupal, Wordpress and Joomla. See post.
  • MySQL version: TBA
  • PHP version: TBA
No CiviCRM Thank You email generated for ARBs with authorize.net
March 13, 2013, 08:15:53 pm
We have a thank you email configured for our main donations page which also includes authorized.net automatic recurring billings. For regular, one-off donations, the thank email is sent successfully but for the ARBs, no thank you emails are generated.

I am talking about CiviCRM generated emails, not the emails sent by authorize.net

Is there another setting that has to be configured somewhere?

CiviCRM 4.1.5
Drupal 7.14
« Last Edit: March 13, 2013, 08:18:10 pm by Dennis Gray »

torenware

  • I post frequently
  • ***
  • Posts: 153
  • Karma: 4
Re: No CiviCRM Thank You email generated for ARBs with authorize.net
March 14, 2013, 11:17:10 pm
I'm not sure where this behavior is documented, but per the source, CiviCRM does not send email when the recurring donation record is created; it notifies later when Authorize notifies CiviCRM that the IPN has been created:

From CRM_Contribute_BAO_Contribution_Utils::processConfirm()
Code: [Select]
    //Do not send an email if Recurring contribution is done via Direct Mode
    //We will send email once the IPN is received.
    if (!empty($paymentParams['is_recur']) && $form->_contributeMode == 'direct') {
      return TRUE;
    }

Dennis Gray

  • Ask me questions
  • ****
  • Posts: 472
  • Karma: 1
  • CiviCRM version: Various. See post.
  • CMS version: Drupal, Wordpress and Joomla. See post.
  • MySQL version: TBA
  • PHP version: TBA
Re: No CiviCRM Thank You email generated for ARBs with authorize.net
March 25, 2013, 06:46:00 pm
Thanks, Rob. We understand this now  :-X

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • No CiviCRM Thank You email generated for ARBs with authorize.net

This forum was archived on 2017-11-26.