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 (Moderator: Piotr Szotkowski) »
  • What's meant to happen with Reply emails?
Pages: [1]

Author Topic: What's meant to happen with Reply emails?  (Read 2205 times)

rob123

  • Guest
What's meant to happen with Reply emails?
February 11, 2008, 11:02:46 am
Hi,

I'm currently testing a new civimail setup and am not sure what behaviour I should be seeing for reply emails.

Could someone who is familiar please post a description of what civicrm/civimail does with a reply when one comes back from a recipient of a mass mailing.

Currently, on the Mailings › Report, following a cron collection, I am seeing a counter next to 'Replies' that links to a list of contacts who have replied.

Is the system meant to do more than the above? Are the body of the reply emails meant to be accessible somewhere?

Hope someone can help clarify?

Thanks

Rob

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: What's meant to happen with Reply emails?
February 11, 2008, 02:56:42 pm

1. The second section in the CiviMail wizard (Track and Respond) gives you a few options with regard to replies (forward and/or auto-respond). Civimail bases its action based on the options you select for the mailing. I'm pretty sure we dont store the replies in the db.

2. I'm not sure if imap2soap has the same behavior. This is a community contribution and as such supported and bugfixed by the original contributors. If you are having issues with this, you might want to contact them directly (fen labalme)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

mike

  • Guest
Re: What's meant to happen with Reply emails?
February 11, 2008, 08:43:04 pm
It appears as though the system in meant to forward replies to a designated Reply-To address. If you check a mailing's report page under the Mailing Settings heading there is a "Reply-to email" item. This is where email replies will get forwarded to.

However, I actually have a problem where this feature does not work. My "Reply-to email" option always just looks like "<>", i.e. null. Does anyone know where this is supposed to be set? I have tried the various fields in the Domain Information page but to no avail. In the database it's located at civicrm_mailing.replyto_email.

Unless this reply-to email is set, the SOAP calls to mailer_event_reply() will return false. If you're using imap2soap then it might report something like:
imap2soap: Error: Failed reply event: reply.1.59.79.384276d45a84d372ad1c3588652cf040c505b1c1@mail.domain.com

However, the fact that a reply occurred will still be recorded in the mail report.

Thanks for any help. If I find the answer elsewhere I will post it here.

mike

  • Guest
Re: What's meant to happen with Reply emails?
February 11, 2008, 09:02:24 pm
It seems this is a bug that has already been filed by dlobo at http://issues.civicrm.org/jira/browse/CRM-2502

rob123

  • Guest
Re: What's meant to happen with Reply emails?
February 12, 2008, 01:41:43 am
@dlobo: thanks for the info!

@mike: Good work mike! I am indeed using imap2soap and it's due to the message 'Error: Failed reply event' that I'm looking into this. Glad it's been accounted for in the issues database, you've just saved me a ton of debugging time trying to determine whether it was an imap2soap problem or something related to the main civimail codebase.

According to dlobo's filed issue there's no current way to set the Reply-To via the UI. I added a Reply-To address to the database field via SQL and hey-presto a succesful reply event reported by imap2soap!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • What's meant to happen with Reply emails?

This forum was archived on 2017-11-26.