thadavos
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Any updates on this? My fork is based on 3.8.0, but I see there’s already a 3.9.0 and 3.9.1 – but nothing in the patchnotes about forcing IPv4
Here by a link to a fork of the plugin which forces IPv4 successfully – so you know where to adapt:
https://github.com/ThaDaVos/Post-SMTP/commit/9100889621ecf4ef729fca70db07d5c56046e23e
This seems to be easily done by using the following, inside
wp-content/plugins/post-smtp/Postman/Postman-Mail/Zend-1.12.10/Mail/Protocol/Abstract.php::_connect():// connect to the internet using the IPv4 IP
$opts = array(
'socket' => array(
'bindto' => '0:0',
),
);
$context = stream_context_create($opts);
// open connection
$this->_socket = @stream_socket_client($remote, $errorNum, $errorStr, self::TIMEOUT_CONNECTION, STREAM_CLIENT_CONNECT, $context);- This reply was modified 4 months, 3 weeks ago by thadavos.
Forum: Plugins
In reply to: [Maintenance] I only have a white pageForget my note – issue had to do with the wordpress version being 1 too low
Forum: Plugins
In reply to: [Maintenance] I only have a white pageThe above mentioned issue is still there and we’re 2 months and 4 weeks later – any ETA when it will be solved?
- This reply was modified 6 years, 6 months ago by thadavos.
Viewing 5 replies - 1 through 5 (of 5 total)