Send user verification email from dart server

爷,独闯天下 提交于 2019-12-24 19:33:49

问题


I'm using Aqueduct to build a backend Dart server (but the answer doesn't have to use Aqueduct). When a new user signs up with an email address, I want to send a verification email to them. It will include a link back to the server, or possibly a verification code.

My problem is I don't know how to send an email in Dart. I didn't see any package on Pub that looked like it would do it either.

Can I do it manually using dart:io or anything?

来源:https://stackoverflow.com/questions/56194778/send-user-verification-email-from-dart-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!