Hi, We have lots of properties in IgniteConfiguration dedicated to email setup:
setLifeCycleEmailNotification setSmtpSsl setSmtpStartTls setSmtpHost setSmtpPort setSmtpUsername setSmtpPassword setAdminEmails setSmtpFromEmail It seems to me that all these properties are very rarely used, aren't they? If so, how about moving them to separate bean to make IgniteConfiguration lighter? Vladimir.
