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