For the complete documentation index, see llms.txt. This page is also available as Markdown.

Emails not working

General tips to help troubleshoot emails not working within Keyfax.

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.

Last updated