Sending email between users in xampp?

I have actually developed a mini version of OLX website, a place where people can buy and sell products. There will be no admin, it is actually a user to user website.So, when a user wants to buy a product posted by another user he clicks on a button called “Request”. what actually needs to happen is, it should send an email to his real Gmail account, which he can view in his Gmail account.

Thank you in advance.

You could start by installing a mailing library like PHPmailer or SwiftMail.

PHP has it’s own built in mail() function, but these will server you much better and can integrate with Gmail accounts.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.