folks what dependency did you use to send emails a...
# server
c
folks what dependency did you use to send emails and also for email validation?
n
With the Kotlin JVM platform I used the Simple Java Mail library ( http://www.simplejavamail.org/ ) for sending emails.
r
for validation, I use apache commons validator. works perfect for me.
c
ok thanks
r
Copy code
implementation("com.sendgrid:sendgrid-java:4.4.1")