Tag: SMTP
-
Post Views: 20 1. Problems When using a self-built VPN scheme (Wstunnel + Wireguard + Clash Verge Rev), I found that Thunderbird cannot send mail through Gmail, and the error is as follows: At the same time,Access via browser https://mail.google.com But completely normal. This means that the VPN itself can connect to Google, and the problem is that the traffic…
-
Post Views: 51 1. Install mailhog in Windows 10, which is convenient for us to monitor the email sending when developing Laravel. The reason is that the development environment is a localhost environment, not Homestead or Docker . Open the URL: https://github.com/mailhog/mailhog . 2. Select mailhog_windows_amd64.exe, as shown in Figure 1 3. After running the downloaded file, the interface is…