Forum breadcrumbs - You are here:OfficeClip ForumsCustomer Corner: Good Practices (How To's)How to manually setup the OfficeC …
How to manually setup the OfficeClip SMTP
SK Dutta@skdutta
207 Posts
#1 · May 29, 2019, 7:00 am
Quote from SK Dutta on May 29, 2019, 7:00 am
- 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.
- 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.
Click for thumbs down.0Click for thumbs up.0
