One thing that would be great was an option to define the sender address used for reservations, separately from mail address shown in panel, or set elsewhere in drupal.

It might for various reasons be practical to be able to set this mail specifically, i.e. noreply@domain.com.

Where can I change the mail address picked up from the one entered at Home » Administration » Configuration » Restaurant » General ?

Thanks

Comments

gnorf’s picture

Found a pretty crude way to tackle this problem. All I did was a slight mod to the restaurant_mail.module

Line 40, swapped out . $site_mail . with ' noreply@thedomain.com'

And that's that.

shadcn’s picture

Assigned: Unassigned » shadcn
Status: Active » Needs work
Issue tags: -reservation, -sender, -mail address, -Configuration schema

I like this suggestion. Adding this option to the next release, along with some improvements to the the reservation mail system.