Posted: Tue Oct 18, 2005 1:15 am
Is there a way I can send an email with PB? Of course there is, i think the question should be how can I send an email with pb?
Thanks lots,
Josh
Thanks lots,
Josh
Code: Select all
mail.s = "mailto:someone@anywhere.com?subject=This is a test&body=This is a test email."
RunProgram(mail)
Pegasus popped up allright, all things in place, so I gues it indeed works... Nice...jb wrote:This should work:
Code: Select all
mail.s = "mailto:someone@anywhere.com?subject=This is a test&body=This is a test email." RunProgram(mail)
Code: Select all
mail.s = "mailto:someone@anywhere.com?subject=This is a test&body=This is a test email."
RunProgram(mail)