crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
142 stars 4 forks source link

Mail Client #48

Open drujensen opened 7 years ago

drujensen commented 7 years ago

A mail client for crystal

WIP: https://github.com/Amber-Crystal/quartz_mailer

Look at porting https://github.com/mikel/mail to Crystal

drujensen commented 7 years ago

https://github.com/arcage/crystal-email

drujensen commented 7 years ago

https://github.com/raydf/smtp.cr

drujensen commented 7 years ago

https://github.com/Nephos/CrystalEmail

RFC5322 compliant validator

bararchy commented 6 years ago

IMAP as been added here -> https://github.com/crisward/imap

crisward commented 6 years ago

Just created this https://github.com/crisward/mailer - common interface for mailgun and sendgrid. I'm going to wrap one of the smtp libs above too so you can swap out providers easily.