• 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
Mail.app smtp server set password fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mail.app smtp server set password fails


  • Subject: Mail.app smtp server set password fails
  • From: Andreas Amann <email@hidden>
  • Date: Fri, 21 Nov 2003 21:27:52 -0800

Can anyone tell me why the following fails in Panther (and, how to implement this properly so that it actually does work?). If I remember right, it worked as intended in 10.2.x...


tell application "Mail"
set theServer to make new smtp server at end of smtp servers with properties {server name:"test2"}
tell theServer
set authentication to password
set user name to "hello"
set password to "1234"
end tell
end tell


The Apple-supplied example script "Create New Mail Account" uses the same construct (and fails as well...)

TIA,
Andreas
_______________________________________________
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: Mail.app smtp server set password fails
      • From: Graff <email@hidden>
  • Prev by Date: Re: Launching applescript from a Java environment
  • Next by Date: Re: Mail.app smtp server set password fails
  • Previous by thread: OSX System Preferences
  • Next by thread: Re: Mail.app smtp server set password fails
  • Index(es):
    • Date
    • Thread