> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/general/issues-and-solutions/emails-not-working.md).

# Emails not working

### Sending a Test Email

You can use the following PowerShell script from the Keyfax web server to send a test email. You would need to connect to the Keyfax web server via remote desktop and launch PowerShell as an administrator on the web server. You can then paste in the following script to generate a test email...

```
Send-MailMessage -From noreply_keyfax@omfax.co.uk -To you@yourcompany.co.uk -SmtpServer "SERVERNAME" -Subject "Test Local" -Port 25
```

You will of course need to replace the "SERVERNAME" with your real Keyfax web server name and "<you@yourcompany.co.uk>" with your real email address.&#x20;
