This page was moved to MC 11.0 - Upgrade Release Notes
Click in the link above if you are not automatically redirected in 10 seconds.
This component release is part of MarvelClient 11.0


FIX

Fixed an issue where upgrade result emails contained MCUpgrade.log.zip twice.

FIXFixed an issue where SMTPEmails could not be sent with certain region settings on Windows 10.
NEW

MCUpgrade now supports sending emails via CDO, Blat and mailsend-go.

By default, CDO.Message object is used - if it cannot be created/used, OR fails due to before mentioned regional settings in Windows, fallback is attempted to Blat.

Blat does not support SSL; in such a case, fallback to mailsend-go.exe in the upgrade directory is attempted (must be deployed via config wizard/package).

NEWAdded a new option SMTPEmailer=cdo|blat|mailsend-go - defaults to not set leading to auto-detection of what works; if set, will exclusively (try to) use the specified emailer.