Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Resend confirmation email with Auto action

10 years 11 months ago #237395 by deltafidesign
Resend confirmation email with Auto action was created by deltafidesign
Hi,

is there a way to resend the confirmation email for account activation using CB Auto Action?

Also, will you implement an auto-resend confirmation e-mail in CB 1.10 or 2.0 ?

Thanks in advice.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #237407 by krileon
Replied by krileon on topic Resend confirmation email with Auto action

is there a way to resend the confirmation email for account activation using CB Auto Action?

Probably, the confirmation link is as follows via substitutions.

index.php?option=com_comprofiler&task=confirm&confirmcode=[cbactivation]

Also, will you implement an auto-resend confirmation e-mail in CB 1.10 or 2.0 ?

There already is such feature. Attempt to login and it'll resend. You can also manually force a resend from backend.


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.

10 years 11 months ago #237415 by deltafidesign
Replied by deltafidesign on topic Resend confirmation email with Auto action
Sorry, maybe I did not explained correctly. I mean, somethimes users do not activate account after registration (do not receive e-mail, spam, forgot to activate ir... etc...)

In those cases I would send them periodically a reminder to advice them to click on the activation link.

I'm thinking about doing that with an auto-action if possible. And also would be a very usefull feature to implement.

At least I would create an auto-action that periodically advice admins that some users do not have activate their account yet, so they can manually resend confirmation email from CB backend.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #237472 by krileon
Replied by krileon on topic Resend confirmation email with Auto action

I'm thinking about doing that with an auto-action if possible.

This can be done with the Internal Users trigger and an email action. You'd then condition for unconfirmed users only. You can then setup the internal users URL with CRON so it can be sent periodically automatically.

And also would be a very usefull feature to implement.

You can send them reminders by filtering user management then using the Mass Mailer, but this is done manually of course instead of automatically which would require CRON for scheduling.

At least I would create an auto-action that periodically advice admins that some users do not have activate their account yet, so they can manually resend confirmation email from CB backend.

This can also be done with CB Auto Actions. You'd set it up the same way as sending the email to the user themselves except you'd specify the to address of your moderators instead of the email substitution.


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.
The following user(s) said Thank You: deltafidesign

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

10 years 11 months ago #237480 by deltafidesign
Replied by deltafidesign on topic Resend confirmation email with Auto action
Thanks for reply Krileon,

would you please suggest me detailed steps to configure correctly the auto-action to send an e-mail containing the activation link?

I don't know how set the condition and also the substitutions in the email message to display the activation link.

Thanks in advice.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
10 years 11 months ago #237494 by krileon
Replied by krileon on topic Resend confirmation email with Auto action
Type: Email
Triggers: internalUsers
Access: Everybody
Conditional 1: [confirmed] Equal To 0
To:
Code:
[email]

Subject and Message is entirely up to you. Confirmation link with confirmation code substitution provided in my first reply.

Next just run the internal users URL found within CB Auto Actions > Config > Internal. You can setup this URL with CRON to schedule it to run however you like. Please contact your host for CRON usage though as I can't help you with that, sorry.


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.
The following user(s) said Thank You: deltafidesign

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

Moderators: beatnantkrileon
Powered by Kunena Forum