logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
skdutta  
#1 Posted : Friday, October 11, 2013 11:08:01 AM(UTC)
Rank: Administration
skdutta
Groups: Registered, Developer, Administrators

Posts: 254
Location: Atlanta, GA

 



  1. Make a copy of the dynamic.config file in the OfficeClip applicaiton directory.


  2. 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:


    1. server=<your-server-name> (required)

    2. user=<your-email-login-id> (required but can be empty)

    3. password=<email-password> (required but can be empty)

    4. port=<smtp-port> (25, for non-ssl, 465 for ssl or 587 for tls)

    5. timeout=<smtp-timeout> (default=30)

    6. isSSL=<yes or no> (optional)

    7. isStarttLS=<yes or no> (optional)

    8. Note: there are two fallback keys called EmailServerName1 and EmailServerName2 that you can ignore



  3. The following are examples of valid values:

    1. <add key="EmailServerName" value="server=smtp.gmail.com;[email protected];password=***;port=465;timeout=30;isSSL=yes;isStartTLS=no" />

    2. <add key="EmailServerName" value="server=192.168.0.1;user=;password=;port=465;timeout=30" />



  4. Once it is setup correctly, restart the website


  5. 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.


 

SK Dutta,
Architect OfficeClip LLC,
Web-based Business Software,
Ph: +1-770-448-7375,
Web: https://www.officeclip.com

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.