The windows implementation of mail() differs in many ways from the unix implementation. On unix based systems, the function uses a local binary for composing messages, however, on Windows it operates on direct sockets, which means a MTA (Message Transfer Agent) is needed listening on a network socket.
|