开发者

How to send mail from any mail id through java?

开发者 https://www.devze.com 2022-12-30 11:53 出处:网络
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 mess

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消