T
T
tioffs2018-12-06 10:22:05
SMTP
tioffs, 2018-12-06 10:22:05

Laravel how to send smtp(google) emails via socks proxy?

Laravel has a smtp driver configured through google, how to implement so that the connection to google smtp goes through a socks proxy?
maybe someone faced such a task, read the manuals but there is nothing there.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2018-12-06
@tioffs

You can proxy an SMTP connection, for example in 3proxy like this:

auth iponly
allow *
parent 1000 socks5 адрес_пкроси порт_прокси логин пароль
tcppm -i127.0.0.1 4465 smtp.gmail.com 465

and send via 127.0.0.1:4465

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question