Comments Sandy started the conversationApril 24, 2024 at 10:47amHi,When a user books a meeting with me via Amelia on my WP site, that user also received a default WP mail saying: xxx Login detailsUsername:xxxxxxxx To set your password, visit the following address: xxxx How can I eliminate this? 1,501Uroš repliedApril 24, 2024 at 11:20amHello Sandy,That's WordPress' default email for every new user. I don't know if you can disable it through WordPress settings, but I do know that you can do it with this plugin: https://wordpress.org/plugins/manage-notification-emails/ Just disable the option “New user notification to the user” and you’ll be good. Oh and btw in case you wanna know where the code is, you might wanna open up this file: wp-includes/pluggable.php Line number: 1989 So when you disable this through the 3rd party plugin, your customers will only receive notifications from Amelia, without the following email: "Username: ——— To set your password, visit the following address" I hope that helps.Kind Regards, Uros Jovanovic[email protected] Rate my support 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 Sign in to reply ...
Hi,
When a user books a meeting with me via Amelia on my WP site, that user also received a default WP mail saying:
xxx Login details
Username:xxxxxxxx
To set your password, visit the following address: xxxx
How can I eliminate this?
Hello Sandy,
That's WordPress' default email for every new user. I don't know if you can disable it through WordPress settings, but I do know that you can do it with this plugin: https://wordpress.org/plugins/manage-notification-emails/
Just disable the option “New user notification to the user” and you’ll be good.
Oh and btw in case you wanna know where the code is, you might wanna open up this file: wp-includes/pluggable.php Line number: 1989
So when you disable this through the 3rd party plugin, your customers will only receive notifications from Amelia, without the following email:
"Username: ———
To set your password, visit the following address"
I hope that helps.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
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