<?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[Emails über SMTP Senden]]></title><description><![CDATA[<p>Wie kann ich Emails über einen SMTP Server Senden???<br />
Ich weiß Severname und Port</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/176687/emails-über-smtp-senden</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 17:34:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176687.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Mar 2007 17:00:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:00:45 GMT]]></title><description><![CDATA[<p>Wie kann ich Emails über einen SMTP Server Senden???<br />
Ich weiß Severname und Port</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251282</guid><dc:creator><![CDATA[Gnuddler]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:04:12 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39381.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-39381.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251284</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251284</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:04:24 GMT]]></title><description><![CDATA[<p>Wie wäre es mit sowas?<br />
<a href="http://www.codeproject.com/internet/csmtpconn.asp" rel="nofollow">http://www.codeproject.com/internet/csmtpconn.asp</a></p>
<p>Naja, zumindest hättest du in dem Quellcode ein Beispiel <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
Ich selber weiss es nicht, wollte mich damit schon beschäftigen kam aber nicht dazu, habe mir nur diesen Link gespeichert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251285</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251285</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:04:24 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:09:20 GMT]]></title><description><![CDATA[<p>mit winsocks siehe(<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-169861.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-169861.html</a>)</p>
<p>für smtp <a href="http://de.wikipedia.org/wiki/Smtp" rel="nofollow">http://de.wikipedia.org/wiki/Smtp</a> oder google: smtp protokoll</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251287</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251287</guid><dc:creator><![CDATA[Fencer]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:09:20 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:22:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/9752">@Dravere</a> bei dem Tipp kommen folgende Fehlermeldungen:</p>
<p>../../../Desktop/CSMTPConn_src/stdafx.h:8:64: afxwin.h: No such file or directory<br />
../../../Desktop/CSMTPConn_src/stdafx.h:9:46: afxext.h: No such file or directory<br />
../../../Desktop/CSMTPConn_src/stdafx.h:10:50: afxtempl.h: No such file or directory<br />
../../../Desktop/CSMTPConn_src/stdafx.h:11:43: afxsock.h: No such file or directory<br />
../../../Desktop/CSMTPConn_src/stdafx.h:12:53: afxdisp.h: No such file or directory<br />
../../../Desktop/CSMTPConn_src/stdafx.h:13:62: afxpriv.h: No such file or directory<br />
In file included from ../../../Desktop/CSMTPConn_src/Main.cpp:2:<br />
../../../Desktop/CSMTPConn_src/smtp.h:41: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:42: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:43: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:45: error: expected</code>;' before '(' token<br />
../../../Desktop/CSMTPConn_src/smtp.h:46: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:49: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:50: error: <code>SOCKET' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:61: error: expected</code>,' or <code>...' before '&amp;' token ../../../Desktop/CSMTPConn_src/smtp.h:61: error: ISO C++ forbids declaration of</code>CString' with no type<br />
../../../Desktop/CSMTPConn_src/smtp.h:62: error: expected <code>,' or</code>...' before '&amp;' token<br />
../../../Desktop/CSMTPConn_src/smtp.h:62: error: ISO C++ forbids declaration of <code>CString' with no type ../../../Desktop/CSMTPConn_src/smtp.h:62: error: \</code>CSMTPAddress::CSMTPAddress(int)' and `CSMTPAddress::CSMTPAddress(int)' cannot be overloaded<br />
../../../Desktop/CSMTPConn_src/smtp.h:66: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:69: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:70: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:83: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:84: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:87: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:88: error: expected <code>,' or</code>...' before '&amp;' token<br />
../../../Desktop/CSMTPConn_src/smtp.h:88: error: ISO C++ forbids declaration of <code>CString' with no type ../../../Desktop/CSMTPConn_src/smtp.h:92: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:95: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:96: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h: In member function <code>void CSMTPAttachment::SetTitle(int)': ../../../Desktop/CSMTPConn\_src/smtp.h:88: error:</code>m_sTitle' undeclared (first use this function)<br />
../../../Desktop/CSMTPConn_src/smtp.h:88: error: (Each undeclared identifier is reported only once for each function it appears in.)<br />
../../../Desktop/CSMTPConn_src/smtp.h:88: error: <code>sTitle' undeclared (first use this function) ../../../Desktop/CSMTPConn_src/smtp.h: At global scope: ../../../Desktop/CSMTPConn_src/smtp.h:130: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:131: error: expected <code>,' or</code>...' before '&amp;' token<br />
../../../Desktop/CSMTPConn_src/smtp.h:131: error: ISO C++ forbids declaration of <code>CString' with no type ../../../Desktop/CSMTPConn_src/smtp.h:132: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:136: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:137: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:141: error: variable or field <code>FixSingleDot' declared void ../../../Desktop/CSMTPConn_src/smtp.h:141: error: expected</code>;' before '(' token<br />
../../../Desktop/CSMTPConn_src/smtp.h:143: error: <code>CString' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:144: error: ISO C++ forbids declaration of</code>CArray' with no type<br />
../../../Desktop/CSMTPConn_src/smtp.h:144: error: expected <code>;' before '&lt;' token ../../../Desktop/CSMTPConn_src/smtp.h:145: error: ISO C++ forbids declaration of</code>CArray' with no type</p>
<p>../../../Desktop/CSMTPConn_src/smtp.h:145: error: expected <code>;' before '&lt;' token ../../../Desktop/CSMTPConn_src/smtp.h:146: error: ISO C++ forbids declaration of</code>CArray' with no type<br />
../../../Desktop/CSMTPConn_src/smtp.h:146: error: expected <code>;' before '&lt;' token ../../../Desktop/CSMTPConn_src/smtp.h:147: error: ISO C++ forbids declaration of</code>CArray' with no type<br />
../../../Desktop/CSMTPConn_src/smtp.h:147: error: expected <code>;' before '&lt;' token ../../../Desktop/CSMTPConn_src/smtp.h:162: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:163: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:164: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:166: error: <code>DWORD' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:167: error: variable or field</code>SetTimeout' declared void<br />
../../../Desktop/CSMTPConn_src/smtp.h:167: error: expected <code>;' before '(' token ../../../Desktop/CSMTPConn_src/smtp.h:168: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:171: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:172: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:173: error: `BOOL' does not name a type</p>
<p>../../../Desktop/CSMTPConn_src/smtp.h:177: error: <code>BOOL' does not name a type ../../../Desktop/CSMTPConn_src/smtp.h:178: error:</code>CString' does not name a type<br />
../../../Desktop/CSMTPConn_src/smtp.h:179: error: <code>DWORD' does not name a type ../../../Desktop/CSMTPConn_src/Main.cpp:6: error: expected class-name before '{' token ../../../Desktop/CSMTPConn_src/Main.cpp:8: error:</code>BOOL' does not name a type<br />
../../../Desktop/CSMTPConn_src/Main.cpp:14: error: `BOOL' does not name a type</p>
<p>../../../Desktop/CSMTPConn_src/Main.cpp:73:2: warning: no newline at end of file</p>
<p>make.exe: *** [../../../Desktop/CSMTPConn_src/Main.o] Error 1</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251300</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251300</guid><dc:creator><![CDATA[Gnuddler]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:22:17 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:46:34 GMT]]></title><description><![CDATA[<p>Ups ... das Teil braucht die MFC? Naja, wusste ich nicht, sorry. Merk ich mir aber, wenn ich dann soweit bin <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Naja, die anderen haben schon nette Links gepostet. Also solltest eher die berücksichtigen. Ansonsten, weil ich mich schuldig gefühlt habe (:D), habe ich hier noch eine Klasse gefunden, welche glaub ich keine MFC benötigt, sondern mit WinAPI arbeitet:<br />
<a href="http://www.codeproject.com/internet/zsmtp.asp" rel="nofollow">http://www.codeproject.com/internet/zsmtp.asp</a></p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251314</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:46:34 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 17:59:52 GMT]]></title><description><![CDATA[<p>Ok aba da kann man kann Anhang mit schicken.<br />
Und da fehlt die Datei &quot;stdafx.h&quot;!!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251322</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251322</guid><dc:creator><![CDATA[Gnuddler]]></dc:creator><pubDate>Fri, 23 Mar 2007 17:59:52 GMT</pubDate></item><item><title><![CDATA[Reply to Emails über SMTP Senden on Fri, 23 Mar 2007 18:39:04 GMT]]></title><description><![CDATA[<p>stdafx.h ist ein precompiled Header, welche immer in einem MFC-Projekt dabei ist. Wie gesagt, die Klasse CSMTPConnection braucht die MFC. MFC = Microsoft Foundation Classes (siehe ein Forum ein wenig weiter oben). Die MFC ist kostenpflichtig oder man hat eine Universion oder Autorenversion. Wenn du die MFC nicht hast, dann kannst du die Klasse CSMTPConnection auch nicht brauchen.</p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1251342</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1251342</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Fri, 23 Mar 2007 18:39:04 GMT</pubDate></item></channel></rss>