Title: Resend new client notification
Last modified: August 30, 2016

---

# Resend new client notification

 *  Resolved [pingram](https://wordpress.org/support/users/pingram3541/)
 * (@pingram3541)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/resend-new-client-notification/)
 * Is it possible to manually initiate the sending of the new client email notification?
   I created the accounts while that notification was disabled but now that it is
   enabled I can’t find a link to resend the notification. Thanks.
 * [https://wordpress.org/plugins/sprout-invoices/](https://wordpress.org/plugins/sprout-invoices/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Dan Cameron](https://wordpress.org/support/users/dancameron/)
 * (@dancameron)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/resend-new-client-notification/#post-6511906)
 * Did you purchase the Client Dashboards add-on or a license? I’m confused because
   that notification isn’t part of the free version of SI.
 * To answer your question: simply, no. You would need to use initiate the hook `
   do_action( 'si_user_created', $user_id, $args );` on all of the users you created.
 * $args:
 *     ```
       $defaults = array(
       			'user_login' => '',
       			'user_name' => '',
       			'user_pass' => '',
       			'user_email' => '',
       			'first_name' => '',
       			'last_name' => '',
       			'user_url' => '',
       			'role' => SI_Client::USER_ROLE,
       		);
       ```
   
 *  Thread Starter [pingram](https://wordpress.org/support/users/pingram3541/)
 * (@pingram3541)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/resend-new-client-notification/#post-6511912)
 * I purchased the freelancer. Thanks I’ll give this a shot. Alternatively I might
   just add the [dashboard_link] to all of the invoice notifications that go out
   and just use the private url option. Thanks
 *  Plugin Contributor [Dan Cameron](https://wordpress.org/support/users/dancameron/)
 * (@dancameron)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/resend-new-client-notification/#post-6511913)
 * I highly recommend that the private dashboard link is given instead of having
   clients worry about logging in.
 * FYI:
    [https://sproutapps.co/support/knowledgebase/sprout-invoices/clients/client-dashboards/](https://sproutapps.co/support/knowledgebase/sprout-invoices/clients/client-dashboards/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Resend new client notification’ is closed to new replies.

 * ![](https://ps.w.org/sprout-invoices/assets/icon-256x256.png?rev=1963899)
 * [Sprout Invoices - Client Invoicing & Estimates](https://wordpress.org/plugins/sprout-invoices/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sprout-invoices/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sprout-invoices/)
 * [Active Topics](https://wordpress.org/support/plugin/sprout-invoices/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sprout-invoices/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sprout-invoices/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [sprout](https://wordpress.org/support/topic-tag/sprout/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dan Cameron](https://wordpress.org/support/users/dancameron/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/resend-new-client-notification/#post-6511913)
 * Status: resolved