Hi, I want to use an email dialog to send an email to the support staff of my company. To do so, I want the user not to be able to edit the "To:" "cc:" "bcc:" fields. (Maybe "subject:", too). They must be locked (...and hidden, if possible). He just can edit email's body.
Can be this accomplished in some way using attributes of the emaildialog?
Or I need to get the subject and then compose and send the email automatically?
thank you
2 Answers
Accepted Answer
This is not currently possible in the iPhone due to the apple, iOS SDK, and I dont think it can be done with the android SDK ether. Your best bet is to go with a custom ui that submits to your own code on your server to send the email.
Hi, AFAIK this is not possible (though, it would be useful).
You will have to create a simple textfield 'form' and POST it via an emailer script (eg: with PHP) on a server.
Your Answer
Think you can help? Login to answer this question!