1
vote
3answers
126 views

PHP+sSMTP Non-Blocking

I am using sSMTP with PHP for e-mail sending and it works fine. The problem is that sSMTP performs the delivery synchronously which adds latency to my PHP scripts, letting the user waiting a little ...