You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Schumann Ye (JIRA)" <ji...@apache.org> on 2019/03/03 11:04:00 UTC

[jira] [Created] (OFBIZ-10844) Ecommerce AnonContactus.ftl doesn't work

Schumann Ye created OFBIZ-10844:
-----------------------------------

             Summary: Ecommerce AnonContactus.ftl doesn't work
                 Key: OFBIZ-10844
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10844
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: 16.11.04
         Environment: Win10 + OFBiz 16.11.04 + mysql.
            Reporter: Schumann Ye


Ecommerce "Contact Us" with anonymous login doesn't work after filling in email and all necessary info.

The root cause is the simple method "sendContactUsEmailToCompany" within

the file \applications\party\minilang\communication\CommunicationEventServices.xml has defined the field "sendFrom" as inputted email address from the anonymous users. 

To fix it, it should be changed as follows:

<set field="emailParams.sendFrom" value="yourmailaddress@example.com"/>

While the email "yourmailaddress@example.com" should have been properly set up in your system.

It works for me!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)