Emails not working
General tips to help troubleshoot emails not working within Keyfax.
Last updated
General tips to help troubleshoot emails not working within Keyfax.
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 25You 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