我試圖使用AppHarbor和MailGun插件向我的用戶發送簡單的電子郵件。我還安裝了MailGun NuGet包,以便從我的C#代碼中更輕鬆地發送電子郵件。 我得到以下錯誤: System.InvalidOperationException: Domain not found
這裏是代碼我運行: /* Send welcome email. */
var client = new Mai
在the getting started of maingun API C#的標籤,我發現下面的代碼。 public static RestResponse SendSimpleMessage() {
RestClient client = new RestClient();
client.BaseUrl = "https://api.mailgun.net/v2";