Reputation: 240870
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
Reputation: 328556
Use the standard Java Mail API and just call setEnvelopeFrom()
on the message.
Upvotes: 2