<CFMAIL> send mail in background
Brought to you by:
smithos
Changed <CFMAIL> implementation to more closely match that of the Macromedia implementation.
Mail is now sent in a background thread this not slowing down the rendering of the executing page.
If an error occurs in the sending it it logged according to the log4j properties presently loaded.
Logged In: YES
user_id=1109519
Originator: YES
Changed <CFMAIL> implementation to more closely match that of the
Macromedia implementation.
Mail is now sent in a background thread thus not slowing down the rendering
of the executing page.
If an error occurs in the sending it it logged according to the log4j
properties presently loaded.
Uploaded new version. The last one had an overloaded port feature so that TLS could be enabled (for working with GMAIL). This required a new version of the commons mail library.
I will create a new version next week that will include the useTLS and useSSL attributes. Again this requires a newer version of the commons mail library.
File Added: MailTagImpl.java