The store owner would like to change the From email address in the form from the store email address to a specific email address
My attempt to replace $ g.store:email $ with the email address didn't go over well. Should I just replace g.store:email or do I need to replace <' $ g.store:email $ '>?
Code:
<mvt:assign name="l.mail:from" value="asciichar(34) $ g.store:name $ asciichar(34) $ ' <' $ g.store:email $ '>'" />
Comment