Trying to set up the mail sending. As we have a “+” sign in our company name I would like to have that in the “from” name. However, the sent mails don’t have the + in the header, see screenshot.
You can try putting it directly in the appropriate row in the outbound_email table in the database. But it’s possible that the character + simply isn’t allowed in there, and the SMTP send will fail. The best way to find out is to try
Ah… sorry, then it would be necessary to trace the code execution to see where it is getting removed. That’s quite a task for such a simple thing…