AfeefaDe / afeefa-backend-ui

content management system for the afeefa frontend
7 stars 2 forks source link

send reply_to attribute with contact mails #504

Open felixkamille opened 6 years ago

felixkamille commented 6 years ago

when a user contacts an entry over our FE

  1. the FAPI recieves the contact request (user's name, mail, phone and message)

  2. and sends a request to the MessageAPI including the user input and other meta info, e.g. which mail template to take for that mail

PROBLEM: the FAPI seems NOT to include the user's mail as reply_to into the request

CONSEQUENCE: an entry owner recieves an email, which has the requesting user's mail in the mail text, but not set as reply-to parameter and therefore the native answer-function of the mail client would send a mail to "bot@afeefa.de" instead of to the user mail