You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While sending some emails I need to override default sender's mail id(which was set in application.conf), it is still sending email from "[email protected]" rather than sending from "[email protected]".
HI , then there is no way to dynamically used several sender's email id? How should i do if i want to create a blog and receive all feedbacks of my visitors through my email(in this case each visitor is a sender). I am a beginner in play. Thank for your help and sorry for my english
Hi @Christophenkoa
I don't think you should "impersonate" each visitor by sending an email from their email address. I believe, it's a bad practice to send an email from an arbitrary email address.
Instead you should send an email with your email address (or a bot account email address) and add the email address of your visitor in the body/title of your email.
The user/from address is really for authentication purpose with the SMTP server to make sure that when you receive an email from [email protected] it was really sent by [email protected].
Hi, I have set required configurations in application.conf as below:
While sending some emails I need to override default sender's mail id(which was set in application.conf), it is still sending email from "[email protected]" rather than sending from "[email protected]".
Is there any way to overwrite the default sender email id?
The text was updated successfully, but these errors were encountered: