为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用这些包“ google.golang.org/appengine/mail”在Go中上传附件

如何使用这些包“ google.golang.org/appengine/mail”在Go中上传附件

Go
蝴蝶刀刀 2021-03-30 13:19:28
以下是我尝试发送的带有附件的代码。    msg := &mail.Message{                    Sender: "kasireddy002@gmail.com",                    To:     []string{addr},          Attachments : []Attachment{                           Name :"file name",                            Data :[]byte,                        ContentID :"fileid",                      },                    Subject: "Welcome to Simplyst Health: Verify your account",    if err := mail.Send(context, msg); err != nil {                    log.Errorf(ctx, "Alas, my user, the email failed to sendeth: err)                }当我尝试保存代码时,将引发错误。错误:cannot use []Attachment literal (type []Attachment) as type []"google.golang.org/appengine/mail".Attachment in field value

添加回答

代码语言

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号