We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
两个问题
[root@linux-node1 mail-provider-master]# curl http://127.0.0.1:4000/sender/mail -d "tos=[email protected]&subject=告警测试&content=告警测试" dial tcp 14.17.57.241:587: getsockopt: connection refused
go get 后生成 mail-provider-master 实际应该mail-provider.要不编译会报错
./control build mv: cannot stat ‘mail-provider’: No such file or directory ./control: line 76: ./falcon-mail-provider: No such file or directory
The text was updated successfully, but these errors were encountered:
第二个问题在目录 ./mail-provider 下执行# go get ./... 我也遇到这个问题了 我直接忽略了这个问题 继续执行# ./control build && ./control pack 也没遇到问题 后面的也跑通了 成功发送邮件
Sorry, something went wrong.
第一个问题:可以用其他同学fork的,支持smtp ssl, https://github.com/GitHamburg/mail-provider.git
No branches or pull requests
两个问题
[root@linux-node1 mail-provider-master]# curl http://127.0.0.1:4000/sender/mail -d "tos=[email protected]&subject=告警测试&content=告警测试"
dial tcp 14.17.57.241:587: getsockopt: connection refused
go get 后生成
mail-provider-master
实际应该mail-provider.要不编译会报错
./control build
mv: cannot stat ‘mail-provider’: No such file or directory
./control: line 76: ./falcon-mail-provider: No such file or directory
The text was updated successfully, but these errors were encountered: