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
Josh,
Just you may first use the search link on this forum asking for sendmail.
There lots of posts will help you, especially those from the tricks and tips section.
Rgrds
Just you may first use the search link on this forum asking for sendmail.
There lots of posts will help you, especially those from the tricks and tips section.
Rgrds
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
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)
-jb
-
- Enthusiast
- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
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)
Josh