<?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[C++ Email send button]]></title><description><![CDATA[<p>Hi Leute,<br />
Ich möchte gerne ein Quiz mit C++ Programmieren.<br />
Wenn man alle Lösungen ausgefüllt hat soll es einen Button geben<br />
der mir das ganze Formular per Email an meine Adresse schickt.<br />
Nun weiss ich einfach nicht, wie man so einen Button Programmieren<br />
muss, damit er mir eine Email schickt!<br />
Bitte Antwortet so schnell wie möglich.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/173325/c-email-send-button</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 14:11:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/173325.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Feb 2007 09:51:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to C++ Email send button on Wed, 14 Feb 2007 09:51:30 GMT]]></title><description><![CDATA[<p>Hi Leute,<br />
Ich möchte gerne ein Quiz mit C++ Programmieren.<br />
Wenn man alle Lösungen ausgefüllt hat soll es einen Button geben<br />
der mir das ganze Formular per Email an meine Adresse schickt.<br />
Nun weiss ich einfach nicht, wie man so einen Button Programmieren<br />
muss, damit er mir eine Email schickt!<br />
Bitte Antwortet so schnell wie möglich.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228571</guid><dc:creator><![CDATA[David1800]]></dc:creator><pubDate>Wed, 14 Feb 2007 09:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Email send button on Wed, 14 Feb 2007 10:01:49 GMT]]></title><description><![CDATA[<p>C++ beherrscht von Haus aus keinen eMail-Versand, da benötigst du spezielle Systembibliotheken wie MAPI.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228578</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228578</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Wed, 14 Feb 2007 10:01:49 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Email send button on Wed, 14 Feb 2007 10:26:05 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Da David offenbar schon &quot;Button&quot; und &quot;Formular&quot; verwenden kann ist anscheinend schon ein Framework vorhanden. In einigen umfangreichen Frameworks gibt es schon entsprechende Klassen für den Mailversand, zum Beispiel der VCL des Borland Builders. Es wäre also sinnvoll von David zu sagen was er genau verwendet.</p>
<p>Desweiteren muß David sich überlegen ob er die Mails direkt über einen SMTP-Server oder über einen installierten Mail-Client (bei Windows bereits angesprochene MAPI)<br />
verschicken will .</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228591</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 14 Feb 2007 10:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Email send button on Wed, 14 Feb 2007 12:50:59 GMT]]></title><description><![CDATA[<p>Also es ist so:<br />
ich benutze den Borland C++Builder 6.<br />
Es müsste mir nur mal jemand schreiben,<br />
wie ich das Button programmieren muss!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228701</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228701</guid><dc:creator><![CDATA[David1800]]></dc:creator><pubDate>Wed, 14 Feb 2007 12:50:59 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Email send button on Wed, 14 Feb 2007 13:00:06 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Das hat mit dem Button nicht viel zu tun, der liefert nur den OnClick-Event.<br />
Du solltest dir die Klassen TNMSTP bzw. TIdSMTP in der Builder-Hilfe sowie über die Suchfunktion des extra <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-2.html" rel="nofollow">Builder-Subforums</a> anschauen. Denn dort gehört das Thema hin.</p>
<p>Zum Thema MAPI findest du hier eine <a href="http://www.bytesandmore.de/rad/index.htm?http://www.bytesandmore.de/rad/cpp/snipp/sc08004.php" rel="nofollow">Anleitung</a>.<br />
Zum Thema TIdSMTP findest du hier eine <a href="http://www.marquardtnet.info/cecke/tutorials.8/8_dll.html" rel="nofollow">Anleitung</a>.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1228711</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1228711</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 14 Feb 2007 13:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Email send button on Thu, 15 Feb 2007 08:38:31 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1229218</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1229218</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 15 Feb 2007 08:38:31 GMT</pubDate></item></channel></rss>