public EmailServices(string m_smtp, string m_from, string m_fromPWD) { ActiveEmailIntent = new EmailIntent(m_smtp, m_from, m_fromPWD); }