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"
Comments
Post a Comment