These forums are your way of communicating with the community of people developing and using tools provided by the OneAll platform. The forums are run by the community and moderated by the OneAll team during office hours. Please stick to technical issues - and remember, no confidential information - these are public forums!
Hi, I have several emails for my website. May I know how do I change the default email (after customer signup) to another email listed on my server for customer sign up?
Also, how do I change it to html format instead of the text format..
Answers
the emails are being sent in the customer's preferred format.
The template that is being used is the default "welcome" email of your ZenCart shop.
email/email_template_welcome.htm
You can see it in the function send_confirmation_to_customer here:
includes/modules/pages/oneallsociallogin/tools.php
zen_mail (trim ($customer_data ['customers_firstname'] . ' ' . $customer_data ['customers_lastname']), $customer_data ['customers_email_address'], EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $email_html, 'welcome');