Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We use the PRF file settings to inject email settings into Outlook, but I cannot find which settings to change in the ".prf" file to enable TLS. Any ideas?

share|improve this question

1 Answer

up vote 2 down vote accepted

I have found an answer for setting TLS settings. Set the SMTPSecureConnection string value as follows:

  • 0 for none
  • 1 for SSL
  • 2 for TLS
  • 3 for Auto
share|improve this answer

protected by Vlad Lazarenko Nov 12 '12 at 1:07

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.