0

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.

gautamp8
  • 35
  • 1
  • 6

1 Answers1

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

Community
  • 1
  • 1
Msk
  • 857
  • 9
  • 16