reply to adress

  • hella
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 10 months ago #99428 by hella
reply to adress was created by hella
Hi,

The reply address of an event registration email is the event owners email address. We don't want that, how can I set the reply address of event registration emails to one single emailaddress, regardless who added the event?

thanks,
jose

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

More
8 years 10 months ago #99452 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic reply to adress
That would require small modification to the code. Please submit a support ticket sending us super admin account of your site, we will edit code so that the reply to will be the From Email address which you entered in Configuration of Events Booking

Regards,

Tuan

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

More
8 years 10 months ago #99541 by ThomasM
Replied by ThomasM on topic reply to adress

hella wrote: The reply address of an event registration email is the event owners email address. We don't want that...

Oh, just seeing this. Didn't know, not been that far in "exploring", I guess.

I wouldn't want that, either.

Tuan Pham Ngoc wrote: That would require small modification to the code. Please submit a support ticket sending us super admin account of your site, we will edit code so that the reply to will be the From Email address which you entered in Configuration of Events Booking

Tuan, could you please post the mods here, at least a good hint for where and roughly what to modify? Thanks!

Maybe a good idea to make it a config option in a future version.

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

More
8 years 10 months ago #99544 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic reply to adress
There are two ways to disable this:

1. Go to Events Booking -> Configuration, set Send Notification Email to event creator config option to No. By doing that, no code modification will be needed

2. If you still want to send email to event creator and don't want this reply to, then look at the file components/com_eventbooking/helper/mail.php, find this line of code and remove it:

$mailer->addReplyTo($eventCreator->email);

Regards,

Tuan
The following user(s) said Thank You: ThomasM

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

Moderators: Tuan Pham Ngoc