- Posts: 220
- Thank you received: 12
How to set where the "Account Details for X" email is sent
- joshualdouglas
-
Topic Author
- Offline
Less
More
5 years 3 months ago #333163
by joshualdouglas
Please Log in or Create an account to join the conversation.
5 years 3 months ago #333165
by nicolas
Replied by nicolas on topic How to set where the "Account Details for X" email is sent
Hi,
This email is currently sent to the email that you configured in the "from email" setting of the HikaShop configuration.
There is no option to change that email address just for the user admin admin notification email of your screenshot.
However, what you can do is edit the email in the menu System>Emails, and at the top of the HTML section of the email, you can add such line:
where xxx is to be replaced by the email address you want as recipient of these emails.
This email is currently sent to the email that you configured in the "from email" setting of the HikaShop configuration.
There is no option to change that email address just for the user admin admin notification email of your screenshot.
However, what you can do is edit the email in the menu System>Emails, and at the top of the HTML section of the email, you can add such line:
Code:
<?php $mail->dst_email = 'xxx'; ?>
The following user(s) said Thank You: joshualdouglas
Please Log in or Create an account to join the conversation.
- joshualdouglas
-
Topic Author
- Offline
Less
More
- Posts: 220
- Thank you received: 12
5 years 3 months ago #333177
by joshualdouglas
Replied by joshualdouglas on topic How to set where the "Account Details for X" email is sent
Ahh, I thought it was something do to with the "From email". Thanks for this!
The following user(s) said Thank You: Philip
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds