Where to set "Reply-to" option for registrations?

  • Stephanie Pound
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 week ago #80920 by Stephanie Pound
Where to set "Reply-to" option for registrations? was created by Stephanie Pound
This seems really simple! :blink: I'm embarrassed I can't figure it out, but:

I've looked all through Emails & Messages and Configuration tabs of Event Booking and can't find where to set the "reply-to" field that displays when the email confirmation is sent to the user.

Any help is appreciated!

thanks,
Eliot
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 1 week ago #80977 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Where to set "Reply-to" option for registrations?
Hi Eliot

If user register for an event created by an user in frontend of your site (normal registered users), then email of the event creator will be used as the reply to.

If you want to remove it, please follow the instructions below to unset the reply to email:

1. Open the file components/com_eventbooking/helper/helper.php

2. Find these lines of code and remove it
Code:
if ($event->created_by) { $eventCreator = JUser::getInstance($event->created_by); if (!empty($eventCreator->email) && !$eventCreator->authorise('core.admin')) { $mailer->addReplyTo($eventCreator->email); } }

After that, reply to won't be set anymore

Tuan

Please Log in or Create an account to join the conversation.

  • Stephanie Pound
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 week ago #80995 by Stephanie Pound
Replied by Stephanie Pound on topic Where to set "Reply-to" option for registrations?
Thanks Tuan! That is super helpful, exactly what we needed.

We turned it off and it worked just like you said!

Really appreciate it.
best,
Eliot

Please Log in or Create an account to join the conversation.

More
8 years 1 week ago #81045 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Where to set "Reply-to" option for registrations?
Thanks for confirming Eliot

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc