Releases: salesforce/mailific
Releases · salesforce/mailific
1.0.5
1.0.4
Updated all dependencies to their latest versions.
Version 1.0.3
Exposes the SmtpSession to several methods in MailObject, so that information about the session can be used to make decisions (such as checking SPF on MAIL FROM, using the IP address in the session). Also exposes the sslSession in the SmtpSession (for the same reasons).
This did change the signature of MailObject, so it may require some code changes. So by semantic versioning standards, this should probably be 2.0.0. But I don't think anyone else is using this yet that will mind.