I want to send a mail to a recipient as the reset password is clicked.
The mail is being send correct , but the send from address is like myname@SystemName
How can I set the send from address ?
I want to send a mail to a recipient as the reset password is
Share
Use the setFrom() method:
JavaDoc reference