Skip to Content Skip to Menu

User registration mail to admin

  • piluche
  • piluche
  • OFFLINE
  • Posts: 83
  • Thanks: 14
  • Karma: 0
1 day 2 hours ago #341457 by piluche
User registration mail to admin was created by piluche
Hi every one,

Is it possible to add a second, third..admin mail adresses as copy when a user registers ?

Thanks

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49322
  • Thanks: 8434
  • Karma: 1465
1 day 1 hour ago #341460 by krileon
Replied by krileon on topic User registration mail to admin
New user registration emails send to users that are marked to receive moderator emails. So to send to more email addresses the easiest way is to just create new users and set them to be moderators and receive moderator emails. This requires "Send Moderators Email" to also be set to "Yes" in CB > Configuration > Moderation.

Alternatively it's possible to custom emails using CB Auto Actions on the onAfterSaveUserRegistration trigger. I can provide an example if you'd prefer that approach.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • piluche
  • piluche
  • OFFLINE
  • Posts: 83
  • Thanks: 14
  • Karma: 0
1 day 1 hour ago #341463 by piluche
Replied by piluche on topic User registration mail to admin
Thanks Krileon,
I prefer using Auto actions.
I want to send an email to a specific user when a new user fills the registration form and apply for membership. (indepedently to moderator)
You proposed to send me an exemple, so be my guest for this action
Thank you very much

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49322
  • Thanks: 8434
  • Karma: 1465
1 day 22 minutes ago #341465 by krileon
Replied by krileon on topic User registration mail to admin
The below should work for sending a custom email when they complete registration.

Global
Triggers: onAfterSaveUserRegistration
Type: Email
User: Automatic
Access: Everybody
Action
To: Input the email addresses you want to email here
Subject: Whatever substitution supported email subject you like
Body: Whatever substitution supported email body you like

The substitutions will be from the registering users profile. So you can freely include whatever details about their profile that you'd like. If you want it to just send the exact same email that moderators receive then the below should work.

With User Approval:
Subject: UE_REG_ADMIN_PA_SUB
Body: UE_REG_ADMIN_PA_MSG

Without User Approval:
Subject: UE_REG_ADMIN_SUB
Body: UE_REG_ADMIN_MSG


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • piluche
  • piluche
  • OFFLINE
  • Posts: 83
  • Thanks: 14
  • Karma: 0
23 hours 43 minutes ago #341466 by piluche
Replied by piluche on topic User registration mail to admin
Thanks very much !
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum