我有一个使用 Angular,Node.js和Firebase 开发的应用程序,并且希望使我的客户能够通过我的应用程序发送和接收电子邮件。
我希望能够选择使用 Outlook或Gmail帐户收发电子邮件。
首先,我想开始集成Outlook,以便通过 Angular 中的应用程序发送和接收电子邮件。
我在此链接中找到了与使用Outlook在Node.js中编写应用程序有关的内容,但是我不确定是否可以在Angular应用程序中做到这一点。
https://docs.microsoft.com/en-us/outlook/rest/node-tutorial
是否可以将{
loader: 'file-loader',
options: {
name: '[name].[ext]',
outputPath: 'img/', // file pack output path, is relative path for `dist`
publicPath: '/img/', // css file will use, is absolute path for server
}
方法与 Cloud Functions 一起使用来接收和发送电子邮件,甚至将收到的电子邮件保存在 Cloud Firestore 中,以便我可以看到即使没有互联网连接也能收到电子邮件?
我接受有关如何进行此操作的建议。