Note
This migration guide applies for 7.10.26.11-LTS as well.
Both storefront implementations Intershop Responsive Starter Store and PWA contain a "Contact Us" page. This page allows customers to get in contact with the shop owner. All information entered will be processed and sent out as e-mail. The e-mail addresses involved can be configured using channel preferences.
In the past the preference "E-mail From Address" did not reflect the email's sender address. Instead the customer's e-mail address which was entered in the form was used in the mail coming from the system. This can lead to technical issues sending the e-mail to all recipients.
Both out of the box e-mail templates:
had to be adapted to avoid wrong values to be displayed to the customer.
<td> <istext key="email.contactus.email.label" /> </td> <td> <isprint value="#MailFrom#"> </td>
<td> <istext key="email.contactus.email.label" /> </td> <td> <isprint value="#SenderEmail#"> </td>