I am developing an android app for an E-commerce website. I am a newbie in this field. I want to implement cash on delivery option in the app. I am taking the details of the user like name, email,shipping address in the app. After placing order I want to send a confirmation mail to the email id provided by user from my official email of the company. Please guide me with the code,how can I do that? Thanks in advance.
Asked
Active
Viewed 506 times
0
-
What is the backend framework you are using? Assuming that you need to send the mail from some server you are maintaining? – Msk May 01 '15 at 16:51
-
the website is using PHP backend. – gautamp8 May 01 '15 at 17:05
1 Answers
0
It is very much possible
http://php.net/manual/en/function.mail.php
Check this stackoverflow question too.
Send mail by php mail() function