I am trying to set the zabbix email media type from address to a full name and email like: Zabbix Notification <[email protected]>
I am doing this so emails don't look like spam (since a lot of spam doesn't contain a real name). It works with one issue. The email comes in as: From: "<Zabbix Notification" <[email protected]>
Notice the added "<" in front of the name. This doesn't appear in the email field. Not sure where it is coming from so I am guessing this might be a bug.
Any ideas? Couldn't find any php code where mail is being sent...
I am doing this so emails don't look like spam (since a lot of spam doesn't contain a real name). It works with one issue. The email comes in as: From: "<Zabbix Notification" <[email protected]>
Notice the added "<" in front of the name. This doesn't appear in the email field. Not sure where it is coming from so I am guessing this might be a bug.
Any ideas? Couldn't find any php code where mail is being sent...