<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SMTP Client Bug]]></title><description><![CDATA[<p>Hallo liebe community,</p>
<p>ich beschäftige mich zurzeit mit dem smtp protokoll und bin auf den source von <a href="http://www.codeproject.com/KB/IP/CSmtp.aspx" rel="nofollow">http://www.codeproject.com/KB/IP/CSmtp.aspx</a> aufmerksam geworden hab diesen mal bisschen analysiert und nen <a href="http://web.de" rel="nofollow">web.de</a> acc zum senden benutzt jedoch funzt das nicht &quot;Error: Server returned error after sending EHLO.&quot;</p>
<p>hab den acc wie folgt kofiguriert:</p>
<pre><code class="language-cpp">mail.SetSMTPServer(&quot;smtp.web.de&quot;,25);
		mail.SetLogin(&quot;testmailcoden@web.de&quot;);
		mail.SetPassword(&quot;****&quot;);
  		mail.SetSenderName(&quot;testmailcoden@web.de&quot;);
  		mail.SetSenderMail(&quot;testmailcoden@web.de&quot;);
  		mail.SetReplyTo(&quot;testmailcoden@web.de&quot;);
  		mail.SetSubject(&quot;The message&quot;);
  		mail.AddRecipient(&quot;emfänger@domain.de&quot;);
  		mail.SetXPriority(XPRIORITY_NORMAL);
  		mail.SetXMailer(&quot;&quot;);
  		mail.AddMsgLine(&quot;Hello,&quot;);
		mail.AddMsgLine(&quot;&quot;);
		mail.AddMsgLine(&quot;...&quot;);
		mail.AddMsgLine(&quot;How are you today?&quot;);
		mail.AddMsgLine(&quot;&quot;);
		mail.AddMsgLine(&quot;Regards&quot;);
		mail.ModMsgLine(5,&quot;regards&quot;);
		mail.DelMsgLine(2);
		mail.AddMsgLine(&quot;User&quot;);
</code></pre>
<p>was glaubt ihr liegts am source oder an <a href="http://web.de" rel="nofollow">web.de</a>?</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/286257/smtp-client-bug</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 23:19:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/286257.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 May 2011 15:16:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SMTP Client Bug on Fri, 06 May 2011 15:16:54 GMT]]></title><description><![CDATA[<p>Hallo liebe community,</p>
<p>ich beschäftige mich zurzeit mit dem smtp protokoll und bin auf den source von <a href="http://www.codeproject.com/KB/IP/CSmtp.aspx" rel="nofollow">http://www.codeproject.com/KB/IP/CSmtp.aspx</a> aufmerksam geworden hab diesen mal bisschen analysiert und nen <a href="http://web.de" rel="nofollow">web.de</a> acc zum senden benutzt jedoch funzt das nicht &quot;Error: Server returned error after sending EHLO.&quot;</p>
<p>hab den acc wie folgt kofiguriert:</p>
<pre><code class="language-cpp">mail.SetSMTPServer(&quot;smtp.web.de&quot;,25);
		mail.SetLogin(&quot;testmailcoden@web.de&quot;);
		mail.SetPassword(&quot;****&quot;);
  		mail.SetSenderName(&quot;testmailcoden@web.de&quot;);
  		mail.SetSenderMail(&quot;testmailcoden@web.de&quot;);
  		mail.SetReplyTo(&quot;testmailcoden@web.de&quot;);
  		mail.SetSubject(&quot;The message&quot;);
  		mail.AddRecipient(&quot;emfänger@domain.de&quot;);
  		mail.SetXPriority(XPRIORITY_NORMAL);
  		mail.SetXMailer(&quot;&quot;);
  		mail.AddMsgLine(&quot;Hello,&quot;);
		mail.AddMsgLine(&quot;&quot;);
		mail.AddMsgLine(&quot;...&quot;);
		mail.AddMsgLine(&quot;How are you today?&quot;);
		mail.AddMsgLine(&quot;&quot;);
		mail.AddMsgLine(&quot;Regards&quot;);
		mail.ModMsgLine(5,&quot;regards&quot;);
		mail.DelMsgLine(2);
		mail.AddMsgLine(&quot;User&quot;);
</code></pre>
<p>was glaubt ihr liegts am source oder an <a href="http://web.de" rel="nofollow">web.de</a>?</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2059580</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2059580</guid><dc:creator><![CDATA[smtpProtokoll]]></dc:creator><pubDate>Fri, 06 May 2011 15:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP Client Bug on Fri, 06 May 2011 15:21:50 GMT]]></title><description><![CDATA[<p>Vermutlich wird's an den Befehlen selbst liegen. Log dich doch mal bei <a href="http://smtp.web.de" rel="nofollow">smtp.web.de</a> ein und guck was der Server genau sagt.</p>
<p>Mich macht zum Beispiel skeptisch, dass hier das Passwort unverschlüsselt übertragen werden soll. Nehmen Server so etwas überhaupt noch an?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2059586</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2059586</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Fri, 06 May 2011 15:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP Client Bug on Sat, 07 May 2011 11:09:39 GMT]]></title><description><![CDATA[<p>gibts noch nen anderen source? der aktueller ist?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2059969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2059969</guid><dc:creator><![CDATA[smtpProtokoll]]></dc:creator><pubDate>Sat, 07 May 2011 11:09:39 GMT</pubDate></item></channel></rss>