XXX
XXX

Reputation: 9072

Sending e-mail without sender's mailbox

In my application I send e-mail using mail.javax. In this case, I have two e-mail address of the sender and recipient. I would like to send e-mail directly to the recipient. without using the sender's mailbox. Is there a way?

Upvotes: 0

Views: 895

Answers (1)

Andrejs Cainikovs
Andrejs Cainikovs

Reputation: 28454

Just go ahead and specify spambot or whatever else.

But be aware that most likely your mail will be either blocked by your provider SMTP or by users mail server.

Upvotes: 1

Related Questions