Themelia Pro A powerful new development platform built on ASP.NET.
 
Setting up Mail Configuration
 
 

Themelia Pro has various features that you may enable to help simplify e-mail related features. You setup mail server configuration in the themelia.system section. Below shows an example of the required options:

<themelia.system>
    <appInfo name="E-Finance" />
 
    <emailSetup server="10.2.129.4"
                username="MailServerWebUser"
                password="w$@58784g43pih939#gJ"
                from="no-reply@my-company.tempuri.org"
                to="support@my-company.tempuri.org" />
</themelia.system>