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.
- Application and User Settings
- Open System Management
- Advanced System Settings Tab
- Email Server Tester Section. Fill out settings.
- Send Test Email
- optional: Use current Web.Config Settings