How to send mail from any m开发者_运维问答ail id through java? i meant how can we set from : address in mail any that we want.
Use the standard Java Mail API and just call setEnvelopeFrom()
on the message.
How to send mail from any m开发者_运维问答ail id through java? i meant how can we set from : address in mail any that we want.
Use the standard Java Mail API and just call setEnvelopeFrom()
on the message.
精彩评论