Try setting the EnableSsl property to true:
smtpClient.EnableSsl = true;
AFAIK this property can only be set in code and cannot be specified in the config file.
Try setting the EnableSsl property to true:
smtpClient.EnableSsl = true;
AFAIK this property can only be set in code and cannot be specified in the config file.