SMTP Display Name

paul847 years ago

Hi Anton,

Is there an allowance in the SMTP configuration for a Display Name to be included?

E.g. <entry key='mail.smtp.from'>"John Doe" <john@company.com></entry>

If not perhaps a entry key to allow additional custom headers so it could be accomplished?

Thanks!

Anton Tananaev7 years ago

I believe that you can use names:

<entry key='mail.smtp.from'>John Doe &lt;john@company.com&gt;</entry>
paul847 years ago

Hi Anton,

Thanks you, I can confirm this method as working. I did not think to use the character encoding.

Anton Tananaev7 years ago

It's an XML file, so you have to.