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) »
  • Forcing reply-to
Pages: [1]

Author Topic: Forcing reply-to  (Read 881 times)

mkalbere

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
Forcing reply-to
August 31, 2010, 02:23:50 am
Hello,
Is there any way no to use the regular reply-to (like infor.70.425.5e35933373f65d6d@xxxx.ch) but force the system to use the normal "from" or any harcoded value.
(For sure it will disable the bounce mail detection, but this is not a problem for my client)
Thanks,
Marc

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: Forcing reply-to
August 31, 2010, 07:52:59 am

currently no, u will need to hack the code to do so (CRM/Mailing/BAO/Mailing.php, search for reply-to)

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

mkalbere

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
Re: Forcing reply-to
August 31, 2010, 09:00:06 am
Perfect ! It just works ..
Thanks.

lsmithgo

  • I post occasionally
  • **
  • Posts: 82
  • Karma: 2
    • Soirees at Breinton
  • CiviCRM version: 4.5 beta 7
  • CMS version: Joomla 3.3.3
  • MySQL version: MySQLi 5.5.37-percona-sure1-log
  • PHP version: PHP 5.3.28
Re: Forcing reply-to
September 05, 2010, 03:12:54 pm
ie, for those like me who've searched for this, change the Reply-to code in line 915 of that file to read the same as the From code:
              'Reply-To'         => "\"{$this->from_name}\" <{$this->from_email}>",

This used to be configurable on the front end.  Why was this change made?  Can we have that function back please?

Lionel.

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: Forcing reply-to
September 05, 2010, 09:17:53 pm

what version was this configurable? Dont seem to recall it ever being so

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

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Forcing reply-to
September 05, 2010, 10:54:17 pm
Hi,

At one point, if you choose sendmail to process your emails, it was always sent from the sender email address, not the bounce one.

Was a bug, not a feature ;)

 This being said, that's quite often a request (eg. for those trapped in exchange, that doesn't seem to be able to handle the + notation). So far, not from clients willing to sponsor this dev...

X+

-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Forcing reply-to

This forum was archived on 2017-11-26.