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 CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • IMPORTANT: Patch for reply processing on CiviCRM 4.3.4
Pages: [1]

Author Topic: IMPORTANT: Patch for reply processing on CiviCRM 4.3.4  (Read 1061 times)

alleyla

  • I post occasionally
  • **
  • Posts: 98
  • Karma: 1
  • CiviCRM version: 4.0.4
  • CMS version: Drupal 7
  • MySQL version: 5
  • PHP version: 5.2
IMPORTANT: Patch for reply processing on CiviCRM 4.3.4
July 15, 2013, 05:18:54 pm
This info is for CiviSMTP clients using CiviCRM 4.3.4. This issue was fixed as of CiviCRM 4.3.5

There is a known issue with reply processing through SOAP which is used for CiviSMTP.

We have filed a bug with CiviCRM:

http://issues.civicrm.org/jira/browse/CRM-13057

To fix this on your installation of CiviCRM 4.3.4+:

1. open the file api/v3/Mailing.php and modify the following line in function _civicrm_api3_mailing_event_reply_spec:

165c165
<   $params['replyTo']['api.required'] = 0;
---
>   $params['replyTo']['api.required'] = 1;

2. open the file CRM/Mailing/Event/BAO/Reply.php and modify line 138 in CRM_Mailing_Event_BAO_Reply::send

138c138
< $parsed->setHeader('Reply-To', (!($replyto instanceof ezcMailAddress)) ? $parsed->from->__toString() : $replyto);
---
> $parsed->setHeader('Reply-To', $replyto instanceof ezcMailAddress ? $parsed->from->__toString() : $replyto);


For any questions post here or email us at support@civismtp.com

--CiviSMTP Support
« Last Edit: June 03, 2016, 01:33:10 am by shane »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • IMPORTANT: Patch for reply processing on CiviCRM 4.3.4

This forum was archived on 2017-11-26.