Can I use a different email from only for newsletters?
I'm expplain: my main zencart email is [email protected], instead I want to use [email protected]
Is it possible?
Can I use a different email from only for newsletters?
I'm expplain: my main zencart email is [email protected], instead I want to use [email protected]
Is it possible?
I do not believe this possible at this time I looked for you and do not see a specific place for it
when I open mail.php in admin, I have the box where I can change the email from.
I want the same thing in newsletter
mail.php is a core file all your email configurations should done through admin --> configuration --> email options as for now there is no option for newsletters only it will be sent from the address you have set in the Email Address (sent FROM) section in the email options settings.
I've change EMAIL_FROM into '[email protected]' in admin>includes>modules>newsletters>newsletter.php
all works fine, but in received email the from field in right (noreply) and the field "reply to" is always EMAIL_FROM
How can I change it?