Question

I'm making an iPhone 6.0 app that allows a user to send a message to a preset email address but the sender is anonymised. The purpose is for users to be able to ask questions (including stupid ones) without worrying about being thought of as being stupid, therefore, having them sent anonymously.

Does anyone know about the best way to go about doing this?

Thanks

Layth

Was it helpful?

Solution

Signup for a free PHP host and setup a form that accepts messages and forwards them to your email.

On your app present a screen that can be filled and sent to your php form.

OTHER TIPS

It might be easier to use something like https://fncontact.com which lets you make anonymous contact forms.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top