Hello, Diego here. I hope you guys can help me with this one. If i run the code below in my hosting space:
<?php
$errno = 0;
$errstr = '';
$socket_context = stream_context_create();
$smtp_conn = stream_socket_client(
"smtp.mandrillapp.com:587",
$errno,
$errstr,
10,
STREAM_CL...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.