I am sending an e-mail to Gmail using the php
mail()
function.
I want to know what will happen when some one replies to a php
web mail from Gmail
?
How can i get the reply mail from Gmail, if reply was sent to that web mail?
I am sending an e-mail to Gmail using the php
mail()
function.
I want to know what will happen when some one replies to a php
web mail from Gmail
?
How can i get the reply mail from Gmail, if reply was sent to that web mail?
You will need a mail service like Mailgun or Mandrill to receive the emails. I will also highly recommend you send email through a mail service. This will help the mails not ending up in spam etc.
I recommend Mailgun since they have a very well documented docs. You can see more here about receiving https://documentation.mailgun.com/en/latest/quickstart-receiving.html#how-to-start-receiving-inbound-email