• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Applescript LetterRip Server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applescript LetterRip Server


  • Subject: Applescript LetterRip Server
  • From: Jeff Grossman <email@hidden>
  • Date: Mon, 19 May 2003 08:19:42 -0700

I need to create an applescript which will export the subscriber list from a
LetterRip Mailing List. The developer gave me the following code to get the
addresses, but how do I save it to a file? I am not very good with
applescript.

tell application "LetterRip_Server"
set a_list to subscriber list "test list"
set subs to subscribers of a_list
repeat with theSub in subs
set theName to name of theSub
set theAddress to email address of theSub
end repeat
end tell


Thanks for any help you can offer.
--
Jeff Grossman (email@hidden)
Director - Information Systems, Turner's Outdoorsman
http://www.turners.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Applescript LetterRip Server
      • From: Michelle Steiner <email@hidden>
    • Re: Applescript LetterRip Server
      • From: Emmanuel <email@hidden>
  • Prev by Date: Quit Terminal
  • Next by Date: Re: Quit Terminal
  • Previous by thread: Re: Quit Terminal
  • Next by thread: Re: Applescript LetterRip Server
  • Index(es):
    • Date
    • Thread