Mail.app smtp server set password fails
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.