Hi @cosmindan22
First of all I am glad you like Nextend Social Login.
As for your question about the emails sent after the registration with Nextend Social Login:
When Nextend Social Login registers a new user, it tells WordPress to sends its default registration notification, so normally it should send an email after the registration already. If you would like to customize the contents of that email, you could:
- do some custom coding
- or use a dedicated plugin that is capable of modifying the WordPress default registratin notifications. E.g.: the last time I checked it Better Notifications for WP ( https://www.ads-software.com/plugins/bnfw/ ) worked fine.
In that case if you don’t want to customize that email, but you want to send another one as well, then Nextend Social Login has multiple filters and actions where you can hook custom codes:
For example, the “nsl_register_new_user” action is fired after Nextend Social Login registered a new user, so that could be ideal for hooking codes that send emails to the users. From the first parameter of the action you can get the WordPress User ID and from that you could get the users email address where you want to send the email.
Best regards,
Laszlo.