on 1/9/05 9:56 PM, Paul Berkowitz at [EMAIL PROTECTED] wrote: > On 1/9/05 9:33 PM, "Scott Haneda" <[EMAIL PROTECTED]> wrote: > > I use this AppleScript to add a single email address to a group. > > tell application "Microsoft Entourage" > set theMessage to item 1 of (get current messages) > set theAddress to content of theMessage > > Content??? Why should the content be an email address? Do you mean 'sender', > or 'address of sender'?
Because it is a web based form, you generally can not send a email from any cgi/middleware or whatever and alter the from: header, since that would be a unauthorized relay attempt, it gets blocked. The person filling in their email address is not a local user, so they do not have permissions to send emails. -- ------------------------------------------------------------- Scott Haneda Tel: 415.898.2602 <http://www.newgeo.com> Fax: 313.557.5052 <[EMAIL PROTECTED]> Novato, CA U.S.A. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
