Email encryption

In Gmail this message is displayed on emails sent from our website, “litiumdrift.se did not encrypt this message”. Any suggestions on how to fix that?

We have this in our web.config:

  <system.net>
    <mailSettings>
      <smtp deliveryMethod="Network">
        <network host="mail3.litiumdrift.se" enableSsl="true" />
      </smtp>
    </mailSettings>
  </system.net>

Litium version: 7.6.2

I think one should use mailserver secmail.litiumdrift.se if you want to encrypt the emails but from what is understand not all mail servers accept encryption.

O, thanks, I’ll try that. Do you know what happens if an encrypted email is sent to a mail server that doesn’t accept encryption?

No we haven’t got so far that we have done any tests.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.