2019-09-01から1ヶ月間の記事一覧

Google Cloud Functions × JavaScript でメールを送信する

Google Cloud FunctionsはGoogle Cloud PlatformのFaaS(Function As a Service)で、サーバレスでスクリプトを実行できます。今回はこのGoogle Cloud Functionsを使って、Customers Mail Cloudでメール送信を行う方法を紹介します。 Customers Mail Cloudの…

Cloud Functions for Firebase × TypeScript でメールを送信する

Cloud Functions for FirebaseはGoogle Cloud PlatformのCloud FunctionsをよりFirebaseと連携しやすくしたサービスです。いわゆるFaaS(Function As a Service)で、サーバレスで実行環境を構築できます。 今回はこのCloud Functions for Firebaseを使ってC…

Azure Functions × .NET でメールを送信する

Azure FunctionsはAzureで提供されているFaaS(Function As a Service)です。複数の言語に対応していますが、Microsoft製のサービスとあって他にはない.NETが使えるのがポイントです。 今回はこのAzure Functionsを使ってCustomers Mail Cloudでメール送信…