Thank you so much for this. I was stuck for a couple days but following you step by step worked great. The environmental variable was also my sticking point.
followed the steps but sadly got " Caught exception: Could not send request to server. CURL error 60: SSL certificate problem: self signed certificate in certificate chain " error
Hai justin, I've a small doubt. I'm taking email id as input from user and storing it in the variable $email. Now how can i pass this as an argument in $email->addTo() method? Please help me ASAP
Error: Caught exception: Could not send request to server. CURL error 60: SSL certificate problem: self signed certificate in certificate chain please help
@@justinstolpe No I am trying to follow the instructions exactly as you have laid it out in the video. Command > "$ go_www" & I get that error message. Why does this work for you & I receive a different result...?
@@justinstolpe No Im trying to follow the instruction exactly as you have laid them out, I have installed WWAMP with all services running, I run the command $ go_www and it comes back with "command not found" Why...?
@@toddgilbey3979 go_www is just an alias I have setup that takes me to my www folder and you would get that error if you don't have it setup. just cd to your www folder instead
Thank you. I was able to get this up and running after seeing your video.
Dude, you are my lifesaver!!
Thank you so much for this. I was stuck for a couple days but following you step by step worked great. The environmental variable was also my sticking point.
Glad it helped!
You're an absolute star for this!
🙏🙏
Thank you so much. The API Key was my main issue since on a web hosting client. You solved it with the config file.
Thanks a lot👍
Thanks a lot it works !
Thanks bro, very useful
Thanks Justine this is very helpful.
Really nice tutorial 👌
thanks Jack!
The volume is a bit low but otherwise it's great. Step number 3 with environmental variable was the issue for me.
it helped, thanks
Hello can you tell me how can i do this using core php mail() function and i have deployed my site in heroku
Thanks dude works like a lit 🔥
Glad to hear it!
followed the steps but sadly got " Caught exception: Could not send request to server. CURL error 60: SSL certificate problem: self signed certificate in certificate chain " error
same any fixes for this?
@@zedgaming4756 I abandoned the PHP approach and just moved over to EmailJS
Hai justin, I've a small doubt. I'm taking email id as input from user and storing it in the variable $email. Now how can i pass this as an argument in $email->addTo() method? Please help me ASAP
you place the email address in the addTo() function, here is the github with documentation github.com/sendgrid/sendgrid-google-php
After sending the email, can I get to know, through the return, if the email actually arrived in the recipient's inbox?
I think there are response codes in the api call.
Bro how to run the composer on Mac M1?
You will need to install something like homebrew first.
Thanks man, I was using the Relay option and not Web API. Much appreciated!
Error: Caught exception: Could not send request to server. CURL error 60: SSL certificate problem: self signed certificate in certificate chain please help
Make sure you have the latest sendgrid from composer and check cert on your server
how to send bulk?
You make a loop in PHP, but it is better to use a mail sending software.
So ummm why am I getting the "'$' is not recognized as an internal or external command,
operable program or batch file."
just a guess but sounds like you are trying to use jquery
@@justinstolpe No I am trying to follow the instructions exactly as you have laid it out in the video. Command > "$ go_www" & I get that error message.
Why does this work for you & I receive a different result...?
@@justinstolpe No Im trying to follow the instruction exactly as you have laid them out, I have installed WWAMP with all services running, I run the command $ go_www and it comes back with "command not found"
Why...?
@@toddgilbey3979 go_www is just an alias I have setup that takes me to my www folder and you would get that error if you don't have it setup. just cd to your www folder instead
@@justinstolpe My bad, my psychic powers were not what they used to be....
thanks
Thank you, I was losing hope.