So far I have this code:
String user_email = emails.getText().toString().trim(); String[] TO = {user_email}; String[] CC = {user_email};