noreply@example.com Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Daiele
Posts: 1
Joined: 08 Jun 2016, 15:59

noreply@example.com Mantis

Post by Daiele »

Ao enviar notificação para o usuário está chegando como e-mail de entrada: noreply@example.com

Na empresa não podemos receber como acima.


Como faço para o Mantis não mascarar o e-mail do remetente?


Help , help.......
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: noreply@example.com Mantis

Post by atrol »

Not sure if I am understand right what you are asking for.
Maybe adding the following lines to file config_inc.php and adjusting to your needs is what you need.

Code: Select all

/**
 * the sender email, part of 'From: ' header in emails
 * @global string $g_from_email
 */
$g_from_email			= 'noreply@example.com';
Please use Search before posting and read the Manual
Post Reply