<?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-Authentifizierung]]></title><description><![CDATA[<p>Hallo alle zusammen,</p>
<p>Ich hoffe mein Thread liegt hier im richtigen Bereich.<br />
Ich suche eine fertige Library mit der ich Mails versenden kann, das sollte eigentlich kein Problem darstellen und ich finde auch ausreichend Libraries, doch keine unterstütz irgendwie die SMTP-Authentifizierungen, wie PLAIN, LOGIN und CRAM-MD5. Klar könnte ich das auch selber schreiben, das SMTP Protokoll habe ich zumindest verstanden und es ist ja auch nicht sooo schwer, aber dafür finde ich momentan einfach nicht die Zeit und ich möchte gerne mein Projekt langsam zum Schluss bringen.</p>
<p>Hoffe jemand hat da was für mich. Schönen Sonntag euch noch.</p>
<p>Mit freundlichen Grüßen,</p>
<p>Holger Schmidt</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/309371/smtp-authentifizierung</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 06:30:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/309371.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Oct 2012 19:42:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SMTP-Authentifizierung on Sun, 21 Oct 2012 19:42:42 GMT]]></title><description><![CDATA[<p>Hallo alle zusammen,</p>
<p>Ich hoffe mein Thread liegt hier im richtigen Bereich.<br />
Ich suche eine fertige Library mit der ich Mails versenden kann, das sollte eigentlich kein Problem darstellen und ich finde auch ausreichend Libraries, doch keine unterstütz irgendwie die SMTP-Authentifizierungen, wie PLAIN, LOGIN und CRAM-MD5. Klar könnte ich das auch selber schreiben, das SMTP Protokoll habe ich zumindest verstanden und es ist ja auch nicht sooo schwer, aber dafür finde ich momentan einfach nicht die Zeit und ich möchte gerne mein Projekt langsam zum Schluss bringen.</p>
<p>Hoffe jemand hat da was für mich. Schönen Sonntag euch noch.</p>
<p>Mit freundlichen Grüßen,</p>
<p>Holger Schmidt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2262584</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2262584</guid><dc:creator><![CDATA[Holger Schmidt]]></dc:creator><pubDate>Sun, 21 Oct 2012 19:42:42 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Sun, 21 Oct 2012 20:56:04 GMT]]></title><description><![CDATA[<p>Bei <a href="http://www.codeproject.com" rel="nofollow">www.codeproject.com</a> wirst du fündig.<br />
Bin jetzt zu faul das genau rauszusuchen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2262609</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2262609</guid><dc:creator><![CDATA[EOP]]></dc:creator><pubDate>Sun, 21 Oct 2012 20:56:04 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Mon, 22 Oct 2012 16:36:24 GMT]]></title><description><![CDATA[<p>Codeproject ist eigentlich meine erste Anlaufstelle, doch selbst dort habe ich nichts gefunden... Ich suche weiterhin. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2262934</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2262934</guid><dc:creator><![CDATA[Holger Schmidt]]></dc:creator><pubDate>Mon, 22 Oct 2012 16:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Tue, 23 Oct 2012 12:19:34 GMT]]></title><description><![CDATA[<p><a href="http://www.codeproject.com/Articles/28806/SMTP-Client" rel="nofollow">http://www.codeproject.com/Articles/28806/SMTP-Client</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2263211</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2263211</guid><dc:creator><![CDATA[unbekannt]]></dc:creator><pubDate>Tue, 23 Oct 2012 12:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Tue, 23 Oct 2012 15:46:44 GMT]]></title><description><![CDATA[<p>Habe ich auch schon entdeckt, diese Library unterstützt jedoch nicht PLAIN oder CRAM-MD5.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2263275</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2263275</guid><dc:creator><![CDATA[Holger Schmidt]]></dc:creator><pubDate>Tue, 23 Oct 2012 15:46:44 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Tue, 23 Oct 2012 19:58:27 GMT]]></title><description><![CDATA[<p><a href="http://www.pocoproject.org" rel="nofollow">www.pocoproject.org</a> hat unter anderem auch SMTP-Client-Code, der sowohl PLAIN als auch CRAM-MD5 (und CRAM-SHA1) beherrscht. Die Dokumentation ist etwas gewöhnungsbedürftig, aber das Interface sehr hübsch C++ig. Du suchst nach Poco::Net::SMTPClientSession respektive Poco::Net::SecureSMTPClientSession (für STARTTLS).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2263333</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2263333</guid><dc:creator><![CDATA[seldon]]></dc:creator><pubDate>Tue, 23 Oct 2012 19:58:27 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP-Authentifizierung on Tue, 23 Oct 2012 20:15:50 GMT]]></title><description><![CDATA[<p>Danke seldon, die Library werde ich mir morgen auf jeden Fall mal angucken, denn diese kenne ich noch nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2263335</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2263335</guid><dc:creator><![CDATA[Holger Schmidt]]></dc:creator><pubDate>Tue, 23 Oct 2012 20:15:50 GMT</pubDate></item></channel></rss>