SMTP/TLS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eugenius

    SMTP/TLS

    Does anybody know the simple way to send mail via SMTP/TLS? I know that
    I can use fsockopen with "tls://" and send SMTP command manually but I
    hope there is more simple manner.

  • Sergej Andrejev

    #2
    Re: SMTP/TLS

    probably there is no other way other then using sockets.

    Comment

    • Colin McKinnon

      #3
      Re: SMTP/TLS

      Sergej Andrejev wrote:
      [color=blue]
      > probably there is no other way other then using sockets.[/color]

      Depends on your OS and how your systems are configured, but [nullmailer +]
      stunnel may allow you to just 'mail(...)'.

      C.

      Comment

      Working...