Hello everybody,

I am currently trying to create a program that is supposed to send e-mail. Below is the piece of code I wrote :



import javax.mail.*;
import javax.mail.internet.*;
...