Search the DXM Knowledge Base
Current:SmtpClient mailClient = newSmtpClient (ConfigurationManager.AppSettings.Get("MailServer"));mailClient.Send(message);Proposed:SmtpClient sClient = new SmtpClient("email-smtp.us-east-1.amazonaws.com",587);sClient.Credentials = new System.Net.NetworkCredential(”xxxx", ”xxxx");sClient.EnableSsl = true;sClient.Send(mailMsg);
Have an idea to improve DXM?
Let us know !
Search our DXM Forum to find answers to questions asked by other DXM users.
No luck? Ask a question. Our Product and Support teams are monitoring the Forum and typically respond within 48 hours.