SMTP发信-swaks测试¶
SMTP发信使用任意用户名和默认SMTP密码即可。
SMTP服务器:smtp.hedwi.net 端口: 25 / 25000/ 465
推荐使用./swaks --auth \
--server smtp.hedwi.net \
--auth PLAIN \
--au username@example.com \
--ap password \
--to to@example.com \
--tls \
--h-Subject: "Hello" \
--body 'Testing some Hedwi awesomness!'