Why I can't send emails using smtp.gmail.com:587 on ipv6?
问题 I have tried to send emails from my server using smtp.gmail.com:587 on ipv6 but I get this error: === Connected to smtp.gmail.com. <** 421 4.7.0 Try again later, closing connection. -> QUIT *** Remote host closed connection unexpectedly. On the server I use swaks to test this using the following command: swaks -6 --server smtp.gmail.com:587 --from from@gmail.com --to to@gmail.com -tls -a LOGIN But if I use the swaks on ipv4 I can send email with no problems: swaks -4 --server smtp.gmail.com