kaushikbhat07 / restaurant-order-website

This is a student project which depicts an online food ordering system for a restaurant. Developed from scratch using PHP.
http://swadesh.epizy.com/swadesh
8 stars 3 forks source link

PHPMailer error #1

Closed thboss closed 2 years ago

thboss commented 3 years ago

Hi! First, let me thank you for this great project

I get the error message Could not send verification email. Please check your internet connection. when registering a new customer my PHP version 7.2.24

can you help, please?

kaushikbhat07 commented 3 years ago

Hi, In the includes/config.ini, set your gmail ID and password. And in your gmail account, turn on less secure apps option

thboss commented 3 years ago

Hi, thanks for your response So do I need to create a workspace account first? anyway, does the PHPMailer in your project compatible with PHP 7.2?

Edit: I test as mailbox user but still get the error.

thboss commented 3 years ago

nvm, I create a new Gmail account and it's working now!

kaushikbhat07 commented 3 years ago

So do I need to create a workspace account first?

No, Follow the instructions under "Turning on 'less secure apps' settings as mailbox user" here.

anyway, does the PHPMailer in your project compatible with PHP 7.2?

The project was developed with PHP 7. It's better to go with the same.

thboss commented 3 years ago

Awesome! Everything works for me (except payment) 💯 Thank you ❤️