Setting SMTP server
Here is an example Applescript for setting the smtp server.
Users should change "server.domain" to the appropriate server. "My Account" is the name of the Mailsmith email account that is getting set.
tell application "Mailsmith 1.5" activate set smtp server of mail account "My Account" to "smtp.server.domain" end tell