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

add email display name in mail.smtp.from #4887

Closed
OperationOne opened this issue Jul 11, 2022 · 1 comment
Closed

add email display name in mail.smtp.from #4887

OperationOne opened this issue Jul 11, 2022 · 1 comment

Comments

@OperationOne
Copy link

Is your feature request related to a problem? Please describe.
all email notifications are named with bare mail address, is impossible to insert a "from" description name, cfr. https://www.traccar.org/forums/topic/email-display-name/#post-72839

Describe the solution you'd like
something like this in traccar.xml (that unfortunately isn't working at the moment):
Lorems Traccar <mytraccaremail@gmail.com>

Describe alternatives you've considered
none AFAIK

Additional context
naming clearly a notification mail is a nice and polite option. thanks!

@tananaev
Copy link
Member

Add support for name as a separate parameter:

...
<entry key='mail.smtp.fromName'>Traccar</entry>
<entry key='mail.smtp.from'>notification@traccar.org</entry>
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants