Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change reply email address for mail to supplier to food coops's email address instead of personal one #1053

Open
twothreenine opened this issue Mar 8, 2024 · 0 comments
Assignees
Milestone

Comments

@twothreenine
Copy link
Contributor

The automatic mail which is sent from Foodsoft to a supplier when the order closes has the following header in our case:

From     Foodsoft <noreply@app.foodcoops.at>
To       supplier_email
CC       user_email
Reply to user_email

Where user_email the private email address of the one who opened the order.
So when the supplier replies to the email, the reply is sent to that user by default.

We would like to be able to:

  • change the replay address to the food coop's email
  • (optionally) take the user_email out of CC or put it in BCC for privacy reasons

I see that this is written in the code without any option to change it. What do you think would be the best way to change this? Make reply to food coop's email to default or rather leave it that way?

There are also some settings which we could use for this:

email_from
email_replyto
email_sender
[...]
reply_email_domain
@yksflip yksflip added this to the 4.9 milestone Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants