Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 311 Bytes

File metadata and controls

13 lines (9 loc) · 311 Bytes

EmailClient

This is a small scala (SBT) application using Akka and Courier mail library.

Features:

  1. Supports sending email using a predefined csv file named (EMAIL_DETAILS) Keep in mind mutilple emails are delimited by semi-colon.

How to Run

  1. Download the project
  2. cd into the project
  3. sbt run