2

I don't know if this is a bug or just my failed understanding, but there seems to be a difference in the formatting of the from attribute in cfmail in the following two code examples:

Example 1

<cfmail to="customer@example.org"
  from="support@supplier.com (Customer Services)"
  subject="Order confirmation"
  type="html">

customer services <support@supplier.com>

When sending mail using the above code, the name of the sender appears in lowercase.

Example 2

<cfmail to="customer@example.org"
  from="Customer Services <support@supplier.com>"
  subject="Order confirmation"
  type="html">

Customer Services <support@supplier.com>

When sending mail using the above code, the name of the sender appears correctly:

Why does it format them differently? Is there any other setting I need to enable to stop the first code example from lowercasing everything?

volume one
  • 6,800
  • 13
  • 67
  • 146
  • 1
    This is a behaviour recently introduced. It was reported as a bug (https://tracker.adobe.com/#/view/CF-4204050) and Adobe promised to fix it with another updater which the did not do: https://forums.adobe.com/message/10954938 – Bernhard Döbler Mar 12 '19 at 12:57
  • 1
    There's another (older) thread in the Adobe forum: https://forums.adobe.com/message/10835468 – Bernhard Döbler Mar 12 '19 at 13:57

0 Answers0