All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:28, 17 August 2022 RhoSigma talk contribs created page Email Demo (Created page with "::'''IMPORTANT: This is a QB64 only program that requires the TCP/IP upgrade.''' :'''YOU MUST CHANGE the _OPENCLIENT statement TO YOUR ISP'S SMTP SERVER ADDRESS''' {{CodeStart}} c = {{Cl|_OPENCLIENT}}("tcp/ip:25:YOUR ISP SMTP SERVER ADDRESS") IF c = 0 THEN PRINT "Couldn't connect to SMTP server!": SYSTEM crlf$ = {{Cl|CHR$}}(13) + {{Cl|CHR$}}(10) ' carriage return + line feed {{Cl|ASCII}} characters a$ = "HELO localhost" + crlf$ {{Cl|PUT (TCP/IP statement)|PUT #}...")