for closure on this

This works;

if tVisitorsInfo is empty then exit to top
        put getAddresses() into tAddresses
        put tVisitorsInfo into tBody
replace quote with backslash & quote in tContainer
        put ("echo " &  quote & tBody & quote & " | ") into tCmd
put format ("mail -s \"Visitor Care Notice\" -r \"[email protected]\" " & tAddresses) after tCmd
        get shell(tCmd)

BR



Peter TB Brett wrote:

replace quote with backslash & quote in tContainer

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

Reply via email to