SMTPit Pro Changelog


Back to SMTPit Pro


  • - SMTPit Pro 4.1.13 - 26th September 2011
    • Fixed an issue with encoding attachment names that contained non-ASCII characters.
    • Fixed an issue on Mac where selecting items in the contextual menus in the email dialogs wasn’t working.
    • Fixed an issue with accented characters in the Computer Name on Windows.
    • Other minor updates and fixes imported from other CNS Plug-ins.
  • + SMTPit Pro 4.1.12 - 21st June 2010
    • Fixed some issues with the email address validating code that created invalid email addresses.
    • Fixed some registration issues dealing with Dev Keys trying to overwrite Demo Keys.
    • Modified the preference loading code to not hit the disk so often, thus speeding up the plug-in a little.
    • Fixed an intermittent crashing bug dealing with the ISO-2022-JP character set.
    • Imported core plug-in updates from other CNS Plug-ins.
  • + SMTPit Pro 4.1.10 - 1st February 2010
    • Reduced the default “SMTP Line Break Setting” to 76 to help prevent spam filters from marking emails as spam.
    • Removed the extra “type” from Multipart-Related “Content-Type” header to help prevent spam filters from marking emails as spam.
    • Fixed an issue on Windows with locating files on computers that have more than one hard drive with the same volume name.
    • Fixed an issue with attaching files that were currently open in another program; the plug-in now gives an error instead of sending a 0 byte attachment.
    • Fixed issues where the plug-in would stop responding if for some reason the internal thread had to be aborted.
  • + SMTPit Pro 4.1.8 - 13th July 2009
    • Fixed an issue on Mac with SSL connections to some mail servers.
    • Updated StyledTextToHTML to ignore HTML entities.
    • Added code to StyledTextToHTML to add HTML entities for common high-ascii and unicode characters.
    • Updated the inline image code to handle VML’s “imagedata” syntax (used by Outlook/Exchange).
    • Fixed an issue in GetSendValue where it was returning erroneous errors.
    • Updated VerifyEmailAddress to handle email addresses in the form: “test@test.com”.
    • Updated VerifyEmailAddress to not add quotes around the “human readable name” part in addresses of the form: test.
    • Updated VerifyEmailAddress to handle email addresses in the form: test (no space between the name and the <).
    • Updated VerifyEmailAddress to not strip off the angled brackets for email addresses in the form:.
    • Added code to automatically restart the underlying thread in the event of an error (to help solve “Already Connected” errors).
  • + SMTPit Pro 4.1.7 - 7th April 2009
    • Fixed an issue where IsConnected could incorrectly report that it was connected.
    • Imported core plug-in updates from other CNS Plug-ins.
    • Fixed a bug with SetTos, SetCCs, and SetBCCs, where if the “Append” parameter was “True”, but no email address was specified, it would clear all the email addresses previously set.
    • Fixed a few Registration issues.
    • Added a FileCharSet parameter to SetBodyWithFile to tell the plug-in what character set the file is in instead of assuming it’s UTF-8. (If the file is Unicode and has a Unicode BOM, this parameter will be ignored.).
    • Added a “Clear” option to the Register function to allow for unregistering from a function.
  • + SMTPit Pro 4.1.4 - 29th September 2008
    • Fixed a bug dealing with some mail servers that simply disconnect without sending the final “bye” response. (This was most notable with Gmail servers when connecting on port 465.).
    • Fixed several issues with the VerifyEmailAddress function not working and returning errors.
    • Added support for using Variables in place of Fields with the Merge Field functionality of the plug-in.
  • + SMTPit Pro 4.1.3 - 12th September 2008
    • Fixed a bug that was causing all multi-line preferences (headers, footers, etc) from the Configuration Dialog to be discarded.
    • Fixed some memory leaks.
    • Fixed an issue with the Developer’s Passwords.
    • Added SMTPit_VersionAutoUpdate function.
    • Updated the SMTPit Pro Server Config database to also work through Instant Web Publishing.
  • + SMTPit Pro 4.1.1 - 4th August 2008
    • Fixed an infinite loop bug in StyledTextToHTML.
    • Fixed an issue where the Status Window wasn’t updating correctly.
    • Fixed several speed issues; it sends much faster now.
    • Fixed a bug on Windows with SMTPit_Register(“Dialog”) that was causing a crash.
    • Fixed an issue on Mac with the plug-in not loading/working with FileMaker Server on 10.4.
    • Fixed an issue with the Transcript not working.
  • + SMTPit Pro 4.1 - 14th July 2008
    • Fixed issues dealing with Files and Folders that contained forward and backward slashes.
    • Fixed issues on Mac where the plug-in couldn’t deal with files on mounted volumes in certain circumstances.
    • Fixed issues with the Merge functionality where random text was being inserted.
    • Added UNC support back into the windows plug-in.
    • Reintegrated the OS X 10.3.9 version of the plug-in into the main distribution.
    • Fixed issues with the plug-in loading under Runtimes on Windows.
    • Fixed issues with loading the Preferences on Mac.
    • Fixed issues with the StyledTextToHTML function under FMP 9.0+.
    • Fixed issues with reading Unicode files.
    • Updated the Email Validation routines to accept longer top level domains like .travel.
    • Fixed crashing issues with using the old style “SMTP-ClearAll” function.
    • Fixed a bug where the SendWithDialog function wasn’t returning errors.
    • Fixed a bug where the SetHost function wasn’t letting you clear it by sending it “”.
    • Added support to StyledTextToHTML for working with variables instead of just field names.
    • Imported all common code from other plug-ins to bring the plug-in completely up to date with all the latest code.
    • Added IsConnected function.
    • Added support for “BeforeConnect” TLS/SSL (connecting to an alternate port where TLS/SSL is negotiated from the very beginning).
    • Added FileMaker Server support in a brand new edition of the plug-in named “SMTPit Pro SE”. See separate Server Edition download for more information.
  • + SMTPit Pro 4.0.10 - 9th February 2007
    • Fixed a bug dealing with the Email Character Set combo box in the Configuration Dialog not selecting the correct value.
    • Fixed a Mac bug dealing with copying and pasting in the Email Windows when Custom Menus are defined.
    • Fixed more bugs dealing with Inline Images (parts of HTML disappearing; images not working).
    • Fixed a low-level Mac bug dealing with translating Unicode Strings (this manifested itself in getting a path with non-English characters from SelectFileWithDialog).
    • Completely rewrote the Email Syntax Validation routines to correspond with information found at http://en.wikipedia.org/wiki/E-mail_address.
    • Fixed a bug dealing with running a plug-in in Developer’s Mode when the plug-in is already registered.
  • + SMTPit Pro 4.0.9 - 7th November 2006
    • Fixed a Mac Intel bug where images weren’t properly being extracted from Container fields.
    • Fixed a bug dealing with Inline Images and parts of the HTML disappearing.
    • Fixed a bug dealing with loading Text/HTML files from the hard drive.
    • Fixed a speed issue with loading files from the hard drive.
  • + SMTPit Pro 4.0.8 - 31st October 2006
    • Added the ability to use Inline HTML Images in more places than tags (for instance, you can now use them as the HTML background image).
    • Created a separate PPC only 10.3.9 version of the plug-in for users that are still on that version of Mac OS X (it’s a separate download on our website).
    • Fixed a Mac bug that caused Old Style Functions to not work properly on Mac Intel machines.
    • Fixed some Mac bugs dealing with determining the Root Volume when FileMaker isn’t installed on the Root Volume.
  • + SMTPit Pro 4.0.7 - 11th July 2006
    • Compiled Mac plug-in as a Universal Binary to work on both Mac/PPC and Mac/Intel machines.
    • Recoded the network code for the Windows version for better stability.
    • Fixed a Windows bug for extracting GIFs and PNGs from Container fields for use as Inline Images.
    • Fixed some bugs in user defined Content-Types.
    • Fixed some bugs with saving the preferences out.
    • Fixed some Windows bugs that caused problems with paths on non-English systems.
    • Fixed a Windows bug dealing with UTF-8 emails.
    • Fixed some bugs dealing with Smart Quotes and the “Old-Style” Functions.
    • Fixed a Mac bug dealing with file paths for people using FileVault.
    • Fixed problems with GetSendValue not working consistently.
    • Fixed a Windows bug where the email body would take on the word-wrapping from the email dialog body field.
    • Fixed a bug where some internal status text could show up in the email dialog body field.
  • + SMTPit Pro 4.0.5 - 29th October 2005
    • Fixed a bug where the Preferences where not being saved.
  • + SMTPit Pro 4.0.4 - 25th October 2005
    • Fixed a few bugs in the core plug-in code.
    • Fixed a bug that caused FileMaker to crash if the Default Headers and Footers contained blank lines at the top.
    • Fixed a few bugs dealing with Mapped Network Drives on Windows.
    • Added the ability to use both Old and New Style functions at the same time to ease migration woes from old SMTPit calls to new SMTPit Pro calls.
    • Offers better compatibility with FileMaker on Windows (including a fix for the crash when trying to print scripts).
  • + SMTPit Pro 4.0.2 - 11th August 2005
    • Added a new feature that allows you to define a Custom Window Title for the Status Window.
    • Fixed a bug with specifying attachments from the Configuration Dialog.
    • Fixed a bug with sending attachments in mass emails.
    • Fixed a few problems with the email address syntax verification.
    • Fixed a bug concerning running the plug-in under Instant Web Publishing on FileMaker Pro Client (this does not fix the problem with FMSA).
    • Fixed a bug in SendWithDialog when running in Developer’s Mode.
  • + SMTPit Pro 4.0.1 - 19th July 2005
    • Fixed a few bugs with the Clear function.
    • Fixed some problems with the OS X version not loading on anything prior to 10.3.9. The plug-in now loads on 10.2.8 and above.
    • Added the VerifyEmailAddress function that didn’t make it in the initial release.
  • + SMTPit Pro 4.0 - 6th July 2005
    • Initial Release of SMTPit Pro 4.0.