9/11/03 chris : >>I want to send out a bulk email with the names of all recipients visible >>to all recipients but the addresses invisible to all recipients. Is >>there a straightforward way to do this (other than lengthy cut & pasting)? >>[...] >There is no direct solution to this. Your only option is to manually >include the names of the people at the start of the email body.
It's very easy to script. I'll post it to my page when it's done, but you can try by yourself. Here's an example (all in a single line, unwrap if necessary): tell application "Claris Emailer" to return name of every recipient of the displayed message of the front window ---- VRic ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

