Jigar Joshi
Jigar Joshi

Reputation: 240870

How to send mail from any mail id through java?

How to send mail from any mail id through java? i meant how can we set from : address in mail any that we want.

Upvotes: 1

Views: 396

Answers (1)

Aaron Digulla
Aaron Digulla

Reputation: 328556

Use the standard Java Mail API and just call setEnvelopeFrom() on the message.

Upvotes: 2

Related Questions