From address of the email notification's to be changed

jibby3 years ago

Hi,

I need to change the from address of the email notification's sent from the server presently it is root at domain.com, can it be changed to noreply at domain.com?

Kindly assist with the conf file and syntax for the same

Regards,
Jibby

    <entry key='mail.smtp.from'>no-reply at domain.com</entry>
    <entry key='notificator.types'>web,mail,sms</entry>
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'></entry>
<entry key='sms.http.user'>ACa4c9d28ae4c23924c44cf037a9f90d54</entry>
<entry key='sms.http.password'>fc66d003275be0607ace58a06fc4405b</entry>
<entry key='sms.http.template'>
    From=%2B12898065292&amp;To={phone}&amp;Body={message}
Anton Tananaev3 years ago

You should be able to change it as long as your email server supports it.

jibby3 years ago

Hi Anton,

It is already set on server side to display is as no-reply at domain.com but it still sends as root at domain.com, after updating the configuration file.

Jibby

Anton Tananaev3 years ago

That's something you need to fix on your email server. It's not related to Traccar.

jibby3 years ago

Hi Anton,

Fixed!!!
The server was configured to sent email with from address no-reply at domain.com but somehow the Attributes were configured to sent using external mail servers

Changes it to localhost and it worked

Thanks and Regards,
Jibby