zkarpinski / gridMail

Command line based emailing program that used Microsoft Exchange Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gridMail

Command line based emailing program that used Microsoft Exchange Services

Requirements

  • .NET Framework v4.0+
  • Exchange Account

Build Requirements

Usage

Simple:

gridMail.exe -t ""person1@domain.com"" -b ""Body goes here"" -s ""Subject Line"" 

Attachments:

gridMail.exe -a ""item1.txt,item2.txt"" -t ""person1@domain.com,person2@email.com"" -b ""Body goes here"" -s ""Subject Line""

HTML:

gridMail.exe -t ""person1@domain.com"" -w ""body_template.html"" -s ""Subject Line""

HTML w/images:

gridMail.exe -t ""person1@domain.com" -s ""Subject"" -w ""index.html"" -i "picture.jpg@123456;path\to\picture.jpg"

About

Command line based emailing program that used Microsoft Exchange Services


Languages

Language:C# 100.0%