You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/20 23:12:07 UTC

[06/15] isis-site git commit: ISIS-1708: fixes some broken links

http://git-wip-us.apache.org/repos/asf/isis-site/blob/87a68471/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index 0de2a9b..0b9a1bf 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -7346,7 +7346,7 @@ Scratchpad scratchpad;</code></pre>
            </ul> 
           </div> 
           <div class="paragraph"> 
-           <p>These configuration properties can be specified either in <code>isis.properties</code> or in an <a href="../ugbtb/ugbtb.html#_ugbtb_deployment_externalized-configuration">external configuration file</a>.</p> 
+           <p>These configuration properties can be specified either in <code>isis.properties</code> or in an <a href="../ugbtb/ugbtb.html#_ugbtb_deployment_externalized-configuration">external configuration file</a>, or programmatically using the <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>.</p> 
           </div> 
           <div class="paragraph"> 
            <p>If prototyping (that is, running the app using <code>org.apache.isis.WebServer</code>), the configuration properties can also be specified as system properties. For example, if you create a test email account on gmail, you can configure the service using:</p> 
@@ -7364,6 +7364,10 @@ Scratchpad scratchpad;</code></pre>
           </div> 
           <div class="ulist"> 
            <ul> 
+            <li> <p><code>isis.service.email.sender.username</code><br></p> 
+             <div class="paragraph"> 
+              <p>(As of <code>1.15.1-SNAPSHOT</code>), rather than authenticate using the sender address, instead use the specified username.</p> 
+             </div> </li> 
             <li> <p><code>isis.service.email.throwExceptionOnFail</code><br></p> 
              <div class="paragraph"> 
               <p>Whether to throw an exception if there the email cannot be sent (probably because of some misconfiguration). This behaviour is (now) the default; the old behaviour (of just returning <code>false</code> from the <code>send()</code> method) can be re-enabled by setting this property to <code>false</code>.</p>