You can do this by adding an email you want all the notifications to go to on the to the "Send all notifications to additional addresses" field on the Amelia/Settings/Notifications page.
I guess that would work, but I had to enter inexisting email addresses for all the employees, and I don't want those emails to be sent as it could hurt our emailing reputation. How can I remove the specific employee emails, and have just one?
All Amelia's users are saved in the database, and databases don't allow multiple users to have the same email.
The only way you can do this is through the database, so you'd need to navigate to wp_amelia_users table (please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_users table). Then, go to Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in top left of the screen above), and manually change the email addresses of all your "providers". You cannot do this from within Amelia, though, so if you were to add a new employee, you would need to save that employee with a dummy email address, then navigate back to wp_amelia_users and change his email in the database.
Thanks. Sounds like what I was looking for. Do you think if I drop the index and then add one for the phone number I could diferentiate users based on their phone number?
(I have another ticket created for that issue, so you can close this one)
Hello,
Each employee must have a unique email address, but we have a front-desk, so we want all the employee notifications to go to the same email address.
I don't see the option of making this change. Am I missing it, or is it a functionality that doesn't exist?
If the functionality doesn't exist, please guide me so I can hard-code it.
Thanks!
You dont have to create those mails instead you can add all the emails as an alias of the email on that you wanna receive the notification.
Attached files: Email-Addresses-Plesk-Obsidian-18-0-58.png
Where exactly do I do that?
Hello Emanuel and Sayed,
You can do this by adding an email you want all the notifications to go to on the to the "Send all notifications to additional addresses" field on the Amelia/Settings/Notifications page.
Please let me know if that works for you or not.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I guess that would work, but I had to enter inexisting email addresses for all the employees, and I don't want those emails to be sent as it could hurt our emailing reputation. How can I remove the specific employee emails, and have just one?
Your suggestion would do this:
Email 1: [email protected],[email protected]
Email 2: [email protected],[email protected]
But I want this:
Email 1: [email protected]
Email 2: [email protected]
I hope I made myself clear
Hello Emanuel,
Thank you for the update on this.
All Amelia's users are saved in the database, and databases don't allow multiple users to have the same email.
The only way you can do this is through the database, so you'd need to navigate to wp_amelia_users table (please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_users table). Then, go to Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in top left of the screen above), and manually change the email addresses of all your "providers". You cannot do this from within Amelia, though, so if you were to add a new employee, you would need to save that employee with a dummy email address, then navigate back to wp_amelia_users and change his email in the database.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks. Sounds like what I was looking for. Do you think if I drop the index and then add one for the phone number I could diferentiate users based on their phone number?
(I have another ticket created for that issue, so you can close this one)
Hello Emanuel,
Thank you for the update on this.
I will have this ticket closed.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables