<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to send email alerts? SMTP settings in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315840#M2841</link>
    <description>&lt;P&gt;I actually figured it out. Ill write up the anwser later. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2014 23:22:14 GMT</pubDate>
    <dc:creator>Dan_Mendes</dc:creator>
    <dc:date>2014-03-18T23:22:14Z</dc:date>
    <item>
      <title>How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315834#M2835</link>
      <description>&lt;P&gt;Nowhere do I see send email to users and email alerts are not working, is there a way to test if email is working?&lt;/P&gt;
&lt;P&gt;I read the documentation and changed the settings in Admin Center | System Information| Setup to no avail... I don't have a send mail next to print.&lt;/P&gt;
&lt;P&gt;Is there a way to test a email connections?&lt;/P&gt;
&lt;P&gt;I get the following error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;WARN  [Nuxeo-Work-default-1] [org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Failed to send notification email to 'daniel.d.mendes@icreateconsulting.com': javax.mail.MessagingException: Could not connect to SMTP host: cphost3.rackspot.net, port: 465, response: 421
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;These are the same settings that I have used in dozens of places including in stuff like alfresco, etc... Here are my settings:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;### BEGIN - DO NOT EDIT BETWEEN BEGIN AND END ### Tue Feb 18 19:59:31 GMT 2014
#mail.debug=false mail.debug=true
#mail.transport.auth=false mail.transport.auth=true
#mail.transport.host=localhost mail.transport.host=cphost3.rackspot.net
#mail.transport.password=secret mail.transport.password=****
#mail.transport.port=25 mail.transport.port=465
#mail.transport.user=anonymous mail.transport.user=daniel.d.mendes@icreateconsulting.com
#mail.transport.usetls=false mail.transport.usetls=true
#nuxeo.bind.address=0.0.0.0 nuxeo.bind.address=127.0.0.1
#nuxeo.url=http://localhost:8080/nuxeo nuxeo.url=http://localhost:8088/nuxeo
#org.nuxeo.dev= org.nuxeo.dev=false
#server.status.key= server.status.key=79c10050
### END - DO NOT EDIT BETWEEN BEGIN AND END ###
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I also tried to use gmail settings but that did not work either... I am now installing an SMTP server to see if it's a firewall issue, but that seems unlikely since the same seetings work on other systems.&lt;/P&gt;
&lt;P&gt;Right now this is the only thing stopping us from useing nuxeo &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:34:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315834#M2835</guid>
      <dc:creator>Dan_Mendes</dc:creator>
      <dc:date>2014-02-18T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315835#M2836</link>
      <description>&lt;P&gt;You can try to run the unit tests in module &lt;CODE&gt;nuxeo-features/nuxeo-platform-mail/nuxeo-platform-mail-core&lt;/CODE&gt;, then customize them to match your parameters. It will be easier to setup and debug, and faster, than playing with the server. At least, you should be able to reproduce your issue in a unit test.&lt;/P&gt;
&lt;P&gt;We do have functional and integration tests on the mail feature, playing with &lt;CODE&gt;mail.transport.port&lt;/CODE&gt;, &lt;CODE&gt;mail.transport.host&lt;/CODE&gt;, &lt;CODE&gt;mail.transport.protocol&lt;/CODE&gt;, &lt;CODE&gt;mail.transport.usetls&lt;/CODE&gt;, &lt;CODE&gt;mail.transport.auth&lt;/CODE&gt;, &lt;CODE&gt;mail.transport.user&lt;/CODE&gt; and &lt;CODE&gt;mail.transport.password&lt;/CODE&gt; properties, as far as I know they work fine. However, there are sometimes some tricky configuration (TLS, AUTH, ...) with custom servers, or even Google mail.&lt;/P&gt;
&lt;P&gt;If you want to setup such a high-level test, look at the &lt;CODE&gt;nuxeo-distribution/nuxeo-distribution-dm/ftest&lt;/CODE&gt; module and setup environment properties (&lt;CODE&gt;MAIL_TRANSPORT_HOST&lt;/CODE&gt;, &lt;CODE&gt;MAIL_TRANSPORT_PORT&lt;/CODE&gt;, &lt;CODE&gt;MAIL_TRANSPORT_PROTOCOL&lt;/CODE&gt;, &lt;CODE&gt;MAIL_TRANSPORT_USETLS&lt;/CODE&gt;, &lt;CODE&gt;MAIL_TRANSPORT_AUTH&lt;/CODE&gt;, &lt;CODE&gt;MAIL_TRANSPORT_USER&lt;/CODE&gt; and &lt;CODE&gt;MAIL_TRANSPORT_PASSWORD&lt;/CODE&gt;) to get the tested server being automatically configured.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 19:45:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315835#M2836</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2014-03-14T19:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315836#M2837</link>
      <description>&lt;P&gt;Julien,&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:17:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315836#M2837</guid>
      <dc:creator>Dan_Mendes</dc:creator>
      <dc:date>2014-03-18T21:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315837#M2838</link>
      <description>&lt;P&gt;Please be careful when including such network traces. It included your password in base64. I redacted it but on the off-chance that someone saw it or sees it in some archive you should change it.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315837#M2838</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-03-18T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315838#M2839</link>
      <description>&lt;P&gt;The error includes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Could not connect to SMTP host: cphost3.rackspot.net, port: 465, response: 421
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SMTP error 421 is "Try again later" which may be due to server overload or too many connections (typically) open from your host.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 21:44:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315838#M2839</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-03-18T21:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315839#M2840</link>
      <description>&lt;P&gt;I will change it... Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 23:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315839#M2840</guid>
      <dc:creator>Dan_Mendes</dc:creator>
      <dc:date>2014-03-18T23:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to send email alerts? SMTP settings</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315840#M2841</link>
      <description>&lt;P&gt;I actually figured it out. Ill write up the anwser later. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 23:22:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-send-email-alerts-smtp-settings/m-p/315840#M2841</guid>
      <dc:creator>Dan_Mendes</dc:creator>
      <dc:date>2014-03-18T23:22:14Z</dc:date>
    </item>
  </channel>
</rss>

