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>
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.