Update of /var/cvs/applications/email/config/modules
In directory james.mmbase.org:/tmp/cvs-serv16342

Modified Files:
        sendmail.xml 
Log Message:
added examle for smtp.gmail


See also: http://cvs.mmbase.org/viewcvs/applications/email/config/modules


Index: sendmail.xml
===================================================================
RCS file: /var/cvs/applications/email/config/modules/sendmail.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- sendmail.xml        27 Mar 2008 10:48:24 -0000      1.12
+++ sendmail.xml        12 Jun 2008 14:17:01 -0000      1.13
@@ -52,5 +52,15 @@
 
     <property name="verify_email.password">secret</property>
 
+
+    <!--
+        Example, using smtp.gmail.com:
+    <property name="mailhost">smtp.gmail.com</property>
+    <property name="user">mihxiltest</property>
+    <property name="password">*****</property>
+    <property name="mailport">465</property>
+    <property 
name="mail.smtp.socketFactory.class">javax.net.ssl.SSLSocketFactory</property>
+    <property name="mail.smtp.socketFactory.fallback">true</property>
+    -->
   </properties>
 </module>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to