Our plugin class to help building and sending emails.
Please make sure you set from, to, subject, plaintext to have a minimum email always.
If your email misses required fields, the email server may silently discard it.
Improved CURLEmailMBS class to allow the creation of attachment only emails.
Version 24.0
Added more properties to CURLEmailMBS class for debugger.
Version 21.4
Changed CURLEmailMBS class to cache email source and not render it again each time you query it. And clear it when you change a property of the email.
Version 21.2
Added optional ContentTypeMethod as parameter for AddAttachment in CURLEmailMBS class.
Version 20.2
Changed CURLEMailMBS class to not raise exception if you assign empty username and password.
Version 19.2
Added check for AddHeader in CURLEmailMBS class to make sure a double colon is included.
Version 18.5
Changed CURLEmailMBS to no longer turn TO to CC if you have several TOs.
Version 18.1
Changed CURLEmailMBS class to replace NULL characters with space in email texts to avoid truncation of texts.
Improved CURLEMailMBS class to not encode subject, email names or attachment names, if it contains no special characters in more cases by reducing the characters which trigger encoding.
Version 17.2
Fixed a bug in CURLSMBS.SetupEmail on Windows when talking to CURLEmailMBS class.
The items on this page are in the following plugins: MBS CURL Plugin.