Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmrajesh authored Dec 22, 2020
1 parent 2b98822 commit b30142d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This is a simple java library that helps you to send emails from java.

## Installation

Just download the required version of jar from this respository and add this .jar files to build path
Just download the required version of jar from [releases](https://github.com/itsmrajesh/simple-java-mail/releases) and add .jar file to project build path

## Usage

You need to implement MailAuth interface.

```java
package io.github.itsmrajesh.samplemail;

Expand Down Expand Up @@ -43,7 +45,7 @@ public class MyMailAuth implements MailAuth {
```


You need to implement this(MailAuth) interface and invoke following method
After implmenting MailAuth interface, you need invoke following method MailService.sendMail and pass the all parameters to sendMail method.

```java

Expand Down

0 comments on commit b30142d

Please sign in to comment.