Sending emails from PHPMailer using proxies IP addresses
问题 I need to send emails from PHPMailer using proxies IP addresses, I know that to do so, I need to use the fsockopen function so I can connect to the SMTP account, I also know that if I have to connect to the proxy I have to use the fsockopen function again. But using it fsockopen inside another fsockopen is not doable. I have transparent proxy and require no authentication. I need to send this to a distant SMTP server of an external Email Service Provider. The code I have tried : <?php //SMTP