Sending Email

mfstuart mfstuart at cox.net
Mon Jan 5 16:54:39 EST 2009


Hi Bill,
The revMail command doesn't support BCC, as far as the documentation is
concerned. Unless there's a hidden option for this :(
Have you tried using the revGoURL 'mailto:' command to send email? It
launches the default email system, just as revMail does.
But using revGoURL 'mailto:' allows a lot more 'parameters', because it's
HTML syntax.

Here's a RunRev script that you can try using revGoURL:

--start of script -- look for line wraps in the script
on mouseUp
   --format the url
   --the subject value should not contain spaces. Therefore you will need to
replace spaces in the subject value with "%20".
   put
"mailto:shoreagent at gmail.com?Subject=Sending%20Email&cc=bill at microsoft.com&bcc=steve at apple.com&body=This
is a test" into tURL
   --launch default email system
   --caveat emptor: the following command has been deprecated in v2.90, but
works none the less.
   revGoURL tURL
end mouseUp
--end of script --


Also...
Do a Google search with 'mailto:' and you'll find a lot hits on the syntax
for it, as well as the BCC.
Here's one I've used:
http://www.ianr.unl.edu/internet/mailto.html

Regards,
Mark Stuart




BILL HUMPHREY wrote:
> 
> How do you send BCC with revEmail?
> In the dictionary I see:
> revMail address[,ccAddress[,mailSubject[,messageBody]]]
> with no mention of bccAddress
> 
> Thanks
> Bill
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 

-- 
View this message in context: http://www.nabble.com/Sending-Email-tp21291061p21300166.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list