Title: Initial Use Notification
Last modified: August 21, 2016

---

# Initial Use Notification

 *  [sanderaj](https://wordpress.org/support/users/sanderaj/)
 * (@sanderaj)
 * [12 years ago](https://wordpress.org/support/topic/initial-use-notification/)
 * I am trying to find a way for the admin to receive an email notification for 
   the first time that a user (who has already been activated) accesses the site.
   Or if there is way to generate a report (let’s say weekly) of all the users that
   accessed the site for the first time.

Viewing 1 replies (of 1 total)

 *  [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * (@catacaustic)
 * [12 years ago](https://wordpress.org/support/topic/initial-use-notification/#post-4891982)
 * You can look at the [wp_login](https://codex.wordpress.org/Plugin_API/Action_Reference/wp_login)
   action hook to see when a user logs in. The way that I’d set it up would be to
   add a flag like `first_login` to the users meta values. If that’s set the it’s
   not the users first login, but if it is not set then it is the users first login
   and you can send off the email that you want to.

Viewing 1 replies (of 1 total)

The topic ‘Initial Use Notification’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/initial-use-notification/#post-4891982)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
