<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 26: SMTP Stopped working</title><link>https://sourceforge.net/p/webcollab/support-requests/26/</link><description>Recent changes to 26: SMTP Stopped working</description><atom:link href="https://sourceforge.net/p/webcollab/support-requests/26/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Nov 2016 07:37:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webcollab/support-requests/26/feed.rss" rel="self" type="application/rss+xml"/><item><title>#26 SMTP Stopped working</title><link>https://sourceforge.net/p/webcollab/support-requests/26/?limit=25#8779</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Very interesting.  What you've done looks correct and it was working.&lt;br/&gt;
Everything works fine until WebCollab asks to authenticate by AUTH PLAIN to which the server replies '334' (O.K. to proceed).  Then authentication with user and password fails.&lt;/p&gt;
&lt;p&gt;WebCollab then asks to use AUTH LOGIN which is also accepted with '334' and a base64 encoded request for username.  Trying alternate forms of authentication is permitted by the RFC.  However that fails too.&lt;/p&gt;
&lt;p&gt;After that there are no other forms of authentication available and WebCollab has to abort. &lt;/p&gt;
&lt;p&gt;I have double checked the relevant RFC's and WebCollab is correctly following the protocol for AUTH PLAIN and AUTH LOGIN.  I guess your username and password is correct.&lt;/p&gt;
&lt;p&gt;Looking around the web, I think that Gmail will 'ban' addresses that fail authentication more than a few times - or even try more than form of authentication in one session. There is an interesting article here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.webholism.com/blog/sara/gmail-suddenly-stopped-sending-my-business-emails/#" rel="nofollow"&gt;http://www.webholism.com/blog/sara/gmail-suddenly-stopped-sending-my-business-emails/#&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will try connecting to Gmail myself and see if that works.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Simpson</dc:creator><pubDate>Fri, 11 Nov 2016 07:37:03 -0000</pubDate><guid>https://sourceforge.netd9913774d7011dd31639609d59a2b5e8b4669bfc</guid></item><item><title>SMTP Stopped working</title><link>https://sourceforge.net/p/webcollab/support-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Webcollab has be working great for almost a year sending mail thourgh my gmail account. Today it stopped working and gave me the blow error when I try to send. Please help.&lt;/p&gt;
&lt;p&gt;Setup I have taken;&lt;br/&gt;
&lt;em&gt; made sure "Less secure apps" was on&lt;br/&gt;
&lt;/em&gt; check google for new security setting&lt;br/&gt;
&lt;em&gt; check setting including user name and password&lt;br/&gt;
&lt;/em&gt; Created an outlook.com accound and tried to send from there. (Same result)&lt;/p&gt;
&lt;p&gt;Opening connection to smtp.gmail.com on port 587&lt;br/&gt;
 S: 220-as7.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;.com ESMTP Exim 4.87 #1 Wed, 09 Nov 2016 15:19:51 -0500 &lt;br/&gt;
 S: 220-We do not authorize the use of this system to transport unsolicited, &lt;br/&gt;
 S: 220 and/or bulk e-mail.&lt;br/&gt;
 C: EHLO www.mydomain.com&lt;br/&gt;
 S: 250-s7.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;.com Hello s7.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;.com &lt;span&gt;[&lt;strong&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt;.&lt;strong&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt;]&lt;/span&gt;&lt;br/&gt;
 S: 250-SIZE 52428800&lt;br/&gt;
 S: 250-8BITMIME&lt;br/&gt;
 S: 250-PIPELINING&lt;br/&gt;
 S: 250-AUTH PLAIN LOGIN&lt;br/&gt;
 S: 250-STARTTLS&lt;br/&gt;
 S: 250 HELP&lt;br/&gt;
 C: STARTTLS&lt;br/&gt;
 S: 220 TLS go ahead&lt;br/&gt;
 Starting TLS...&lt;br/&gt;
 C: TLS success&lt;br/&gt;
 C: EHLO www.mydomain.com&lt;br/&gt;
 S: 250-s7.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;/em&gt;.com Hello s7.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;*.com &lt;span&gt;[&lt;strong&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt;.&lt;strong&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt;]&lt;/span&gt;&lt;br/&gt;
 S: 250-SIZE 52428800&lt;br/&gt;
 S: 250-8BITMIME&lt;br/&gt;
 S: 250-PIPELINING&lt;br/&gt;
 S: 250-AUTH PLAIN LOGIN&lt;br/&gt;
 S: 250 HELP&lt;br/&gt;
 C: TLS negotiation completed&lt;br/&gt;
 C: AUTH PLAIN&lt;br/&gt;
 S: 334 &lt;br/&gt;
 C: Authenticating...&lt;br/&gt;
 S: 535 Incorrect authentication data&lt;br/&gt;
 C: Authentication failure for PLAIN AUTH&lt;br/&gt;
 C: AUTH LOGIN&lt;br/&gt;
 S: 334 VXNlcm5hbWU6&lt;br/&gt;
 C: Sending username...&lt;br/&gt;
 S: 334 UGFzc3dvcmQ6&lt;br/&gt;
 C: Sending password...&lt;br/&gt;
 S: 535 Incorrect authentication data&lt;br/&gt;
 C: Authentication failure for AUTH LOGIN&lt;br/&gt;
 WebCollab not able to authenticate with SMTP server&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;//-- Email --&lt;/p&gt;
&lt;p&gt;//enable email to send messages? (Values are 'Y' or 'N')&lt;br/&gt;
  define('USE_EMAIL', 'Y' );&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;//location of SMTP server (IP address or FQDN)
define('SMTP_HOST', 'smtp.gmail.com' );

//mail transport (SMTP for standard mailserver, or PHPMAIL for PHP mail() )
define('MAIL_TRANSPORT', 'SMTP' );
//SMTP port (leave as 25 for ordinary mailservers)
define('SMTP_PORT', 587 );

//use smtp auth? ('Y' or 'N')
define('SMTP_AUTH', 'Y' );
  //if using SMTP_AUTH give username &amp;amp; password
  define('MAIL_USER', 'myemailaddress@gmail.com' );
  define('MAIL_PASSWORD', 'correctpassword' );
  //use TLS encryption?
  define('TLS', 'Y' );
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam </dc:creator><pubDate>Wed, 09 Nov 2016 21:09:15 -0000</pubDate><guid>https://sourceforge.net9b0900658638c508d6a2fc26724ea6f7a1ebc0d5</guid></item></channel></rss>