For administrator use only

This demonstrates how you can test your outgoing email settings from within EZ-MES.  

 

If you have a working test that you would like to use, it must actually be saved in the web.config file located at the root of the website.

Web.Config Example

<system.net>
<mailSettings>
<smtp from="This email address is being protected from spambots. You need JavaScript enabled to view it.";>
<network host="smtp.gmail.com" port="587" userName="This email address is being protected from spambots. You need JavaScript enabled to view it."; password="yourpassword"/>
</smtp>
</mailSettings>
</system.net>

Testing your settings within the user interface can be done by following the instructions below.

  1. Application and User Settings
  2. Open System Management
  3. Advanced System Settings Tab
  4. Email Server Tester Section.  Fill out settings.
  5. Send Test Email
  6. optional: Use current Web.Config Settings

 

emailtester