emailsender.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <HTML>
  2. <HEAD>
  3. <TITLE>EmailSender manual</TITLE>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. </HEAD>
  6. <link href="RaknetManual.css" rel="stylesheet" type="text/css">
  7. <meta name="title" content="RakNet - Advanced multiplayer game networking API">
  8. </HEAD><BODY BGCOLOR="#ffffff" LINK="#003399" vlink="#003399" alink="#003399" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"">
  9. <span style="background-color: rgb(255, 255, 255);"><img src="RakNet_Icon_Final-copy.jpg" alt="Oculus VR, Inc." width="150" height="150"></span><BR>
  10. <BR>
  11. <table width="100%" border="0">
  12. <tr>
  13. <td bgcolor="#2c5d92" class="RakNetWhiteHeader">&nbsp;Email Sender Overview</td>
  14. </tr>
  15. </table>
  16. <TABLE BORDER="0" CELLPADDING="10" CELLSPACING="0" WIDTH="100%">
  17. <TR>
  18. <TD><p><span class="RakNetBlueHeader">Simple class to send emails via C++</span><BR>
  19. <BR>
  20. The EmailSender class, found at EmailSender.h, is a simple class with only one function, Send(...), to send an email using a provided mail server. It is used internally by the <a href="crashreporter.html">CrashReporter</a> class to send emails for unmonitored servers. See EmailSender.h for a full description of each parameter.</p>
  21. <p>See the project Samples/SendEmail for a sample of this</p>
  22. <p>The class has also been tested to work with Gmail POP servers, so if you have a Gmail account you can send emails without using your own mail server. The sample has the settings you need by default. You will also need to uncomment OPEN_SSL_CLIENT_SUPPORT in RakNetDefines.h, as Gmail requires the TCP connection to be made with SSL.</p></TR>
  23. </TABLE>
  24. <table width="100%" border="0">
  25. <tr>
  26. <td bgcolor="#2c5d92" class="RakNetWhiteHeader"><img src="spacer.gif" width="8" height="1">See Also</td>
  27. </tr>
  28. </table>
  29. <TABLE BORDER="0" CELLPADDING="10" CELLSPACING="0" WIDTH="100%">
  30. <TR>
  31. <TD> <p><A HREF="index.html">Index</A><br>
  32. <a href="crashreporter.html">Crash Repoter</a><BR>
  33. </p>
  34. </TD>
  35. </TR>
  36. </TABLE></TD>
  37. </TR></TABLE>
  38. </BODY>
  39. </HTML>
粤ICP备19079148号