From professional translators, enterprises, web pages and freely available translation repositories.
createmail()
createmail()
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
addmailattachment(), createmail()
addmailattachment(), createmail()
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
#pb_mail_from : get the 'from' attribute, set with createmail().
#pb_mail_from : ermittelt das 'von' attribut, definiert mit createmail().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
#pb_mail_from : change the 'from' attribute, set with createmail().
#pb_mail_from : Ändert das 'von' attribut, definiert mit createmail().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
#pb_mail_subject: get the 'subject' attribute, set with createmail().
#pb_mail_subject: ermittelt das 'betreff' (englisch "subject") attribut, definiert mit createmail().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
#pb_mail_subject: change the 'subject' attribute, set with createmail().
#pb_mail_subject: Ändert das 'betreff' (englisch "subject") attribut, definiert mit createmail().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
initnetwork() ; note: change the address and smtp to have a working example ; if createmail(0, "test@youraddress.com", "hello") addmailrecipient(0, "youraddess@youraddress.com", #pb_mail_to) debug sendmail(0, "smtp.yourfavoritesmtp.com") endif
initnetwork() ; hinweis: ändere die adresse und smtp, um ein lauffähiges beispiel zu erhalten ; if createmail(0, "test@youraddress.com", "hello") addmailrecipient(0, "youraddess@youraddress.com", #pb_mail_to) debug sendmail(0, "smtp.yourfavoritesmtp.com") endif
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting