Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 505 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 505 Bytes

Related to the livestream https://www.youtube.com/watch?v=MteeGtWaK54&t=11s

To intall PHP dotenv and be able to access .env files

$ composer require vlucas/phpdotenv

You'll need the following values:

V3_API_KEY = ""

Add the above values to a new .env file:

$ touch .env # Then add your env variables

To run the PHP Web Server

$ php -S 127.0.0.1:8000

And call:

http://localhost:8000/SendEmail_V3.php

To run the script

php ReadInbox.php