How to change fromEmail Address of an email in Hybris?



If you want to reset or change from emailAddress for Hybris email, you can do that using Impex.


You need to find emailPage for your email. then you can set or change fromEmail and fromName like below.
 # Email Pages           
UPDATE EmailPage ; $contentCV[unique=true] ; uid[unique=true]          ; fromEmail[lang=$lang] ; fromName[lang=$lang]    
                 ;                         ; CustomerRegistrationEmail ; "helpdesk@gmail.com"  ; "Customer Services Team"
                 ;                         ; DeliverySentEmail         ; "contact@gmail.com"   ; "Customer Support Team" 
                 ;                         ; ForgottenPasswordEmail    ; "test@gmail.com"      ; "Customer Services Team"

Author Image

Ankitkumar Patel

Sr. SAP Hybris consultant, having 15+ years experience in SAP Commerce Cloud (Hybris), SAP Spartacus. Extensive experience in SAP Hybris development, third-party integrations, project architecture and design... Read more

Comments

Popular posts from this blog

Hybris flexible search query examples

How to remove or update all data records in Hybris?

How to Install temporary Hybris license?