set mysubject to "$1"[The 'do shell' command is split onto two lines; enter it on one when you enter the script]
set mybody to "$2"
set myrecipient to "$3"
do shell script "echo "" & mybody & "" | mail -s ""
& mysubject & "" " & myrecipient
I haven't extensively tested its compatability, but so far I haven't had any problems using the script to email my phone! Good luck!

