From 90d3afcf2f71dab2115371837fadac8165ab33ea Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 4 Aug 2016 18:14:00 +0200 Subject: [PATCH] Add Return-Path to mails. --- templates/mail_event.mustache | 1 + templates/mail_flight.mustache | 1 + templates/mail_hotel.mustache | 1 + 3 files changed, 3 insertions(+) diff --git a/templates/mail_event.mustache b/templates/mail_event.mustache index 976f236..eeb45c5 100644 --- a/templates/mail_event.mustache +++ b/templates/mail_event.mustache @@ -1,3 +1,4 @@ +Return-Path: {{user.email}} From: Fake Reservation System <{{user.email}}> Subject: [FRS] {{form_type_uc}} Reservation Date: {{email_date}} diff --git a/templates/mail_flight.mustache b/templates/mail_flight.mustache index f129383..608b34b 100644 --- a/templates/mail_flight.mustache +++ b/templates/mail_flight.mustache @@ -1,3 +1,4 @@ +Return-Path: {{user.email}} From: Fake Reservation System <{{user.email}}> Subject: [FRS] {{form_type_uc}} Reservation Date: {{email_date}} diff --git a/templates/mail_hotel.mustache b/templates/mail_hotel.mustache index 9207623..312a7f9 100644 --- a/templates/mail_hotel.mustache +++ b/templates/mail_hotel.mustache @@ -1,3 +1,4 @@ +Return-Path: {{user.email}} From: Fake Reservation System <{{user.email}}> Subject: [FRS] {{form_type_uc}} Reservation Date: {{email_date}}