ASP.NETCore控制台应用程序中仅使用服务帐户详细信息发送电子邮件的方法是什么?
创始人
2024-09-17 22:31:30
0

要使用服务帐户详细信息发送电子邮件,需要在ASP.NET Core应用程序中安装Google.Apis.Auth和Google.Apis.Gmail.v1 NuGet包。在代码示例中,以下信息需要替换为自己的服务帐户详细信息:

  • serviceAccountEmail:服务帐户电子邮件地址
  • privateKey:服务帐户的私钥

代码示例:

using Google.Apis.Auth.OAuth2;
using Google.Apis.Gmail.v1;
using Google.Apis.Gmail.v1.Data;
using Google.Apis.Services;
using Google.Apis.Util.Store;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;

namespace ConsoleApp
{
    class Program
    {
        static string[] Scopes = { GmailService.Scope.GmailSend };
        static string ApplicationName = "Gmail API .NET Core";

        static void Main(string[] args)
        {
            UserCredential credential;

            using (var stream =
                new FileStream("credentials.json", FileMode.Open, FileAccess.Read))
            {
                string credPath = "token.json";
                credential = GoogleWebAuthorizationBroker.AuthorizeAsync(
                    GoogleClientSecrets.Load(stream).Secrets,
                    Scopes,
                    "user",
                    CancellationToken.None,
                    new FileDataStore(credPath, true)).Result;
                Console.WriteLine("Credential file saved to: " + credPath);
            }

            var service = new GmailService(new BaseClientService.Initializer()
            {
                HttpClientInitializer = credential,
                ApplicationName = ApplicationName,
            });

            Message message = new Message();

            message.Raw = Base64UrlEncode(CreateMessageWithEmail(CreateEmail()));

            try
            {
                Message sendMessageResponse = service.Users.Messages.Send(message, "me").Execute();
            }
            catch (Exception e)
            {
                Console.WriteLine("An error occurred: " + e.Message);
            }
        }

        public static string Base64UrlEncode(string input)
        {
            var inputBytes = System.Text.Encoding.UTF8.GetBytes(input);
            return Convert.ToBase64String(inputBytes)
              .Replace('+', '-')
              .Replace('/', '_')
              .Replace("=", "");
        }

相关内容

热门资讯

透视新版(wpk俱乐部)德扑人... 1、透视新版(wpk俱乐部)德扑人工智能软件(详细辅助2025版教程)真是真的是有挂;代表性(透视辅...
德州微扑克辅助!pokerma... 1、德州微扑克辅助!pokermastersteam外挂,(AApOKER)一向真的是有挂(详细透视...
透视中牌率(wepoke ai... 透视中牌率(wepoke ai辅助)wepoke软件透明挂是真的么(详细辅助教你攻略)确实存在有挂1...
wpk俱乐部!微扑克怎么加入俱... wpk俱乐部!微扑克怎么加入俱乐部,(aapOker)确实有挂(详细透视解密教程)1、很好的工具软件...
透视免费(wpk透视辅助)德州... 透视免费(wpk透视辅助)德州wpk辅助真的(详细辅助插件教程)一向是有挂;致您一封信;亲爱wpk透...
德州之星有外挂!wepower... 德州之星有外挂!wepower系统规律,(AAPOker)往昔有挂(详细辅助AI教程)1、不需要AI...
透视免费(wepoke真的有挂... 透视免费(wepoke真的有挂)德扑赔率胜率计算(详细辅助可靠教程)一向真的是有挂是一款可以让一直输...
wepoke辅助德之星!微扑克... 1、wepoke辅助德之星!微扑克发牌算法,(wPk)好像是有挂(详细辅助玩家教你);详细教程。2、...
wpk发牌逻辑!德州wpk辅助... wpk发牌逻辑!德州wpk辅助,(wpK)从前有挂(详细辅助大神讲解);致您一封信;亲爱wpk发牌逻...
透视科技(WePoKe透视挂)... 透视科技(WePoKe透视挂)wepoke显示有(详细辅助必胜教程)一直真的是有挂1、在WePoKe...