Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Is it possible to change email Display Name?
At the moment, I send email trought postfix and recipient see "www-data" as Display Name (Ubuntu default apache user).
Any idea?
Thanks.
just update $paramMailSender in parameters.php file.
Hi Babynus,
more often I thought, it would be a nice improvement, if parameters.php could be modified with the same as startup screen. This might be selectable in Administration screen.
Klaus
I've just edit $paramMailSender but this one is about "from" parameter, not "Display Name".
Man sendmail:
-F full_name
Set the sender full name. This overrides the NAME environment variable, and is used only with messages that have no From: message header.
-f sender
Set the envelope sender address. This is the address where delivery problems are sent to. With Postfix versions before 2.1, the Errors-To: message header overrides the error return address.
more often I thought, it would be a nice improvement, if parameters.php could be modified with the same as startup screen. This might be selectable in Administration screen.
It is an already planned improvement : Ticket #554, planned for V2.7 😉
just edit $paramMailSender but this one is about "from" parameter, not "Display Name".
$parameterMailSender is the "From" parameter about the header defined in the mail() PHP function. Don't mismatch with unix sendMail From parameter.
You can format the from like this :
$paramMailSender="Display name "
Solved, see: http://projectorria.toolware.fr/index.php/forum/5-ask-questions/2062-v2-2-0-automail-issue?limit=6&start=12

