<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.ripplestone.com/blogs/tag/exchange/feed" rel="self" type="application/rss+xml"/><title>Ripplestone - Ripplestone Blog #Exchange</title><description>Ripplestone - Ripplestone Blog #Exchange</description><link>https://www.ripplestone.com/blogs/tag/exchange</link><lastBuildDate>Sun, 29 Mar 2026 05:33:29 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Changing the Ripplestone SMTP Mail Server]]></title><link>https://www.ripplestone.com/blogs/post/changing-the-ripplestone-smtp-mail-server</link><description><![CDATA[The default configuration of Ripplestone uses an SMTP server that is hosted by Ripplestone. This will work for most users, but can be changed to use a ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_3lTl2ZJMSzWpKuibAyuXmQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_3KtkK5unQY2SPmWKr-NqTQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_MYT3qVtqSHC3ezqPaKqp2A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_KfRspxqbSv2k7PV3Tx8g4w" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>The default configuration of <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> uses an SMTP server that is hosted by Ripplestone. This will work for most users, but can be changed to use a different SMTP server or corporate mail server like Microsoft Exchange. <p>The web site and the scheduler both have their own configuration files that will need to be changed. <p><b>Web Site:</b><p>The web site configuration file is the web.config located in the C:\Sites\Ripplestone folder <p><b>Scheduler:</b><p>The scheduler configuration file is the RSScheduler.exe.config located in the C:\Sites\Ripplestone\bin folder <p>Both files have the same section that will need to be updated. Below is the section with the default settings. The line starting with <b><i>&lt;network host= </i></b>is the line that will need to be updated. The host will change to be your SMTP server or Exchange server; it can either be the URL, Name or IP Address. If you do not need a user name and password you can remove those fields from the line. <p>After the changes have been made you will need to restart the scheduler service for the changes to read. The website will restart the next time a user uses the Ripplestone application.<pre class="csharpcode">&lt;system.net&gt;<br/>    &lt;mailSettings&gt;<br/>        &lt;smtp deliveryMethod=<span class="str">"Network"</span> from=<span class="str">"support@ripplestone.net"</span>&gt;<br/>    &lt;network host=<span class="str">"smtp.1and1.com"</span> userName=<span class="str">"emailsender@ripplestone.com"</span> password=<span class="str">"rs!email"</span> port=<span class="str">"25"</span>/&gt;<br/>        &lt;/smtp&gt;<br/>    &lt;/mailSettings&gt;<br/>&lt;/system.net&gt;<br/></pre><br/><style type="text/css">.csharpcode, .csharpcode pre<br/>{<br/> font-size: small;<br/> color: black;<br/> font-family: consolas, "Courier New", courier, monospace;<br/> background-color: #ffffff;<br/> /*white-space: pre;*/<br/>}<br/>.csharpcode pre { margin: 0em; }<br/>.csharpcode .rem { color: #008000; }<br/>.csharpcode .kwrd { color: #0000ff; }<br/>.csharpcode .str { color: #006080; }<br/>.csharpcode .op { color: #0000c0; }<br/>.csharpcode .preproc { color: #cc6633; }<br/>.csharpcode .asp { background-color: #ffff00; }<br/>.csharpcode .html { color: #800000; }<br/>.csharpcode .attr { color: #ff0000; }<br/>.csharpcode .alt <br/>{<br/> background-color: #f4f4f4;<br/> width: 100%;<br/> margin: 0em;<br/>}<br/>.csharpcode .lnum { color: #606060; }<br/></style><br/><pre>&nbsp;</pre></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 08 Feb 2013 13:42:16 -0700</pubDate></item></channel></rss>