Is there a way to copy the Admin e-mail (the company's) in every e-mail notifications whenever there's an interaction on Amelia between a user and an employee? (request of appointment, appointment cancelled or accepted, etc.)
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
Unfortunately at the moment there’s no built-in solution. We have this features in our TO DO list and will be implemented in one of the next updates. If you need it now then you can have it if you hardcode it in code and set as cc into the code for all submission.
If this is something that you want please can you please tell me which Mail service yo are using in Notification settings, so we can check some workaround?
Hello, thanks for your help. I am attaching a screenshot of what's under the "Notifications" tab. Let me know if that is the information you need to help me further.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
From screenshot, we can see that you are using SMTP mail service. What you need to do is to edit file wp-content/plugins/ameliabooking/src/Infrastructure/Services/Notification/SMTPService.php
Hello,
Is there a way to copy the Admin e-mail (the company's) in every e-mail notifications whenever there's an interaction on Amelia between a user and an employee? (request of appointment, appointment cancelled or accepted, etc.)
Thank you
Hi dvollmern,
Thank you for your purchase.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
Unfortunately at the moment there’s no built-in solution. We have this features in our TO DO list and will be implemented in one of the next updates. If you need it now then you can have it if you hardcode it in code and set as cc into the code for all submission.
If this is something that you want please can you please tell me which Mail service yo are using in Notification settings, so we can check some workaround?
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hello, thanks for your help. I am attaching a screenshot of what's under the "Notifications" tab. Let me know if that is the information you need to help me further.
Thank you
Hi dvollmern,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
From screenshot, we can see that you are using SMTP mail service. What you need to do is to edit file wp-content/plugins/ameliabooking/src/Infrastructure/Services/Notification/SMTPService.php
You will nee to add this code
around line 88 and your code will look like this. (attachment)
Of course, you will need to replace mail [email protected] with your real email that you need.
Please note that this will be overwritten in next update and you will need to do it again, until we implement this feature.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thank you! I will try this. Thanks for your support.
Hi dvollmern,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You are welcome.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link. Thanks!
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables