# Phabricator: resending email address verification emails to users
For Windows, download PuTTy to use SSH
`ssh` login using `tasks@sanctuary.eco`
Enter password
```
cd web/phabricator/bin
./mail help
# Find all email verification emails
./mail list-outbound --limit 1200 | grep "Email Verification"
# Read the email to find the one with the right user, then resend the email
./mail show-outbound --id 810
./mail resend --id 810
```