0

Or is it transparent for the application layer ?

I ask this because I'm trying to connect to a smtps and no success (smtp is working fine)

w35l3y
  • 8,613
  • 3
  • 39
  • 51
  • You need to provide a lot more information about the environment you're doing this in: language, libraries, server, settings, code, ... – Joachim Sauer Sep 09 '09 at 14:54
  • Ok, This is a local test and I'm using PHP. But I don't think these informations make any difference – w35l3y Sep 09 '09 at 14:59

1 Answers1

0

According to wikipedia it's transparent to the application layer, since its no protocoll and no smtp-extension. It does it job perfectly transparent on the transport layer.

K

KB22
  • 6,899
  • 9
  • 43
  • 52