Hello,
is it possible allow the app to send an email but from a specified sender instead of the user that's using the app?
I made an app where it's possible to create questions and answer them. The creator of question is stored in the db but the app doesn't show it for privacy, so the question can appear anonymous. When an user log in and reply to that question, i would love the app to send an email to the person who created the question and notify that the question was answered.
The problem is that when the user click the button reply, it sends an email that has the user replying as sender, so he will see in his outlook the receiver and there won't be privacy.
Can I have the user clicking the button and the app send the email from a specific sender, such as a myappcustomdlemail@mail.com ?