文件名称:formailer:Jamstack网站的电子邮件库
文件大小:69KB
文件格式:ZIP
更新时间:2024-04-08 04:09:23
forms email smtp netlify jamstack
:red_exclamation_mark: Formailer正在积极开发中,目前非常不稳定。 Formailer 如果您需要联系表单向您发送电子邮件,但不需要存储表单提交,那么Formailer是您的无服务器库! 快速开始 无论您使用哪种托管平台。初始设置是相同的。 import ( "github.com/djatwood/formailer" "github.com/djatwood/formailer/handlers" // For Netlify "github.com/aws/aws-lambda-go/lambda" ) func main () { forms := make (formailer. Forms ) } 然后添加您的电子邮件设置。您可以为每个表单添加多个电子邮件。 ... forms . Add ( "Contact" , formailer. Email { ID :
【文件预览】:
formailer-main
----template.go(252B)
----submission_test.go(2KB)
----go.mod(367B)
----img.png(46KB)
----.github()
--------workflows()
----forms.go(1KB)
----submission.go(3KB)
----go.sum(4KB)
----template.html(2KB)
----forms_test.go(461B)
----email_test.go(1KB)
----examples()
--------netlify()
--------vercel()
----LICENSE(34KB)
----README.md(6KB)
----email.go(3KB)
----handlers()
--------netlify.go(2KB)
--------recaptcha.go(935B)
--------vercel.go(1KB)
--------recaptcha_test.go(183B)
----template_test.go(476B)
----.gitignore(10B)