Email Demo: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 January 2023

17 August 2022

  • curprev 19:2819:28, 17 August 2022RhoSigma talk contribs 2,210 bytes +2,210 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 #}..."