Rank: Administration Groups: Registered, Developer, Administrators Posts: 254 Location: Atlanta, GA
|
- Make a copy of the dynamic.config file in the OfficeClip applicaiton directory.
- Open the file dynamic.config for editing on your favorite text editor (e.g. notepad). Look for key="EmailServerName" and set the value as given below:
- server=<your-server-name> (required)
- user=<your-email-login-id> (required but can be empty)
- password=<email-password> (required but can be empty)
- port=<smtp-port> (25, for non-ssl, 465 for ssl or 587 for tls)
- timeout=<smtp-timeout> (default=30)
- isSSL=<yes or no> (optional)
- isStarttLS=<yes or no> (optional)
- Note: there are two fallback keys called EmailServerName1 and EmailServerName2 that you can ignore
- The following are examples of valid values:
- <add key="EmailServerName" value="server=smtp.gmail.com;[email protected];password=***;port=465;timeout=30;isSSL=yes;isStartTLS=no" />
- <add key="EmailServerName" value="server=192.168.0.1;user=;password=;port=465;timeout=30" />
- Once it is setup correctly, restart the website
- Run https://your-web-site/offficeclip/systemtest.aspx (please note that the url may be different based on your implementation) and scroll down to the bottom. You should be able to test your email smtp from here.
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The OfficeClip Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close