Android Question SMTP Email Send: To must include at least one recipient

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I keep crashing on SMTP Email Send with TO must include at least one recipient

WHO is placing this restriction on Send?

I have 3 email address in the BCC's but none in TO.

I do not want anyone seeing who is getting this EMail.

In real life I do this all the time (Sending Emails with CC's or BCC's and NO To's)

So is this a BUG? An Android Restriction? Or a Restriction of this SMTP library?

BCC's should be considered as a TO:


IS there a way around this (of course without including a TO)

BobVal
 

Peter Simpson

Expert
Licensed User
Longtime User
Have to tried putting your email address in the TO field as well as the FROM field, then add your three BCC's just to see what happens?
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
It works that way just fine. But I would like to send it with just BCCs.

If I schedule GMail to run from an Intent it works without putting anyone in TO - Just seems like a bug
 
Upvote 0
Top