| |
|
|
Michael Wodrich | @SMTP("< Unterfunktion>", ["< Absender>", "< Empfänger>", "< Betreff>",] "< SMTP-Host>", "< User>", "< Paßwort>"[, "< Mailtext>"])
Mails with SMTP versenden.
Parameter:
P:s1 | - Unterfunktion (SendMail,SendList,SendRaw) | P:s2 | - Mail-address Sender (only SendMail + SendList) | P:s3 | - Mail-address Empfänger (only SendMail + SendList) | P:s4 | - Betreffzeile (only SendMail + SendList) | P:s5 | - SMTP-Host (z.B.: mailto.t-online.de) | P:s6 | - Username (for Access to whom Host) | P:s7 | - password (for Access to whom Host) | P:s8 | - Mailtext (only SendMail) |
there's a new function @SMTP(), The presently three Unterfunktionen has, circa Mails directly by SMTP To versenden.
SMTP("LINKX:[SendMail]",s2$,s3$,s4$,s5$,s6$,s7$,s8$) - for short Mails. everything becomes in the function indicated. SMTP("LINKX:[SendList]",s2$,s3$,s4$,s5$,s6$,s7$) - for longer Mails. Content the ListBox-list as Mail Send. SMTP("LINKX:[SendRaw]",s5$,s6$,s7$) - Header and Mail from the ListBox-list Send.
|
|
|
| Programmieren, das spannendste Detektivspiel der Welt. | 06/05/05 ▲ |
|
|
|