Join Slack
Powered by
folks what dependency did you use to send emails a...
# server
c
camkadev
05/30/2020, 12:01 PM
folks what dependency did you use to send emails and also for email validation?
n
napperley
05/30/2020, 11:46 PM
With the Kotlin JVM platform I used the Simple Java Mail library (
http://www.simplejavamail.org/
) for sending emails.
r
Ray Eldath
05/31/2020, 10:29 AM
for validation, I use
apache commons validator.
works perfect for me.
c
camkadev
05/31/2020, 3:16 PM
ok thanks
r
Ryan
06/03/2020, 2:40 PM
Copy code
implementation("com.sendgrid:sendgrid-java:4.4.1")
29
Views
Open in Slack
Previous
Next