Ron-

Thursday, September 10, 2009, 6:14:31 AM, you wrote:

> work. This fails. Any hints?

>   get shell("echo -e" && "mymessage" && "| mail -s" && "thesubject" &&
> "[email protected]" && "-- -f" && "[email protected]"

Here's what I do:

get shell("mail -s" \
    && quote & tSubject & quote \
    && tEmailAddress \
    && "-- -f" & tContactEmail \
    && "<" && tTempFile)

where tSubject is a var containing the subject line
tEmailAddress is the "To:" address
tContactEmail is the "From:" address
and tTempFile is a text file containing the body text.

-- 
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to