vote up 0 vote down star
1

Is there an easy way to send an email through Hotmail much like Gmail where all I need is the smtp mailserver address (smtp.gmail.com), port (465), and some other simple settings?

And if so, does anyone know how to do this, preferably with the JavaMail API.

flag

Where is the link to the duplicate? – Alex B Jan 12 at 17:02
I conquer, where is the link to the duplicate? – Stephane Grenier Jan 15 at 21:24

closed as exact duplicate by shoosh Jan 11 at 3:05

1 Answer

vote up 0 vote down

I don't believe Hotmail allows you to use their SMTP servers, especially not without a paid account.

That said, though, you can send email as a hotmail user though another SMTP server. I do this with GMail and my own SMTP. The SMTP servers don't care what the from address is as long as you authenticate.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.