Skip to content

Instantly share code, notes, and snippets.

@flameoftheforest
flameoftheforest / TestClass.cs
Last active July 21, 2023 09:35
MailGun Netcore Multipart-Form Data Example (with attachment handling)
using Amazon;
using Amazon.S3;
using Amazon.S3.Model;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;