atwellpub / resend-welcome-email

WordPress plugin that helps quickly regenerate a new passwords & send a new welcome email to a user.
17 stars 15 forks source link

Bulk resend ? #6

Open erralb opened 7 years ago

erralb commented 7 years ago

Hi,

I was wondering if it was possible to do a bulk resend, like to send the welcome email to a whole role or something, is it possible with your plugin?

If not, is it possible to call it programmatically from a php script?

Also, I do not see any translation in your plugin, are they language files somewhere else on the web?

Kind regards

atwellpub commented 7 years ago

Currently there is not a bulk regenerate/resend option though it could be done programatically depending on how many users are in the user table.

It looks like strings are i18n ready but there's no pot file generated yet.

atwellpub commented 7 years ago

These are our action processor listeners that listen in on wp-admin: https://github.com/atwellpub/resend-welcome-email/blob/master/resend-welcome-email.php#L113

I believe you can resend a welcome email by accessing this link:

https://www.yoursite.com/wp-admin/admin.php?action=resend_welcome_email&user_id=1234

afragen commented 7 years ago

Just created a POT in #7