when I paste the “composer require phpmailer/phpmailer it doesn’t work even though I already downloaded it and make it public, still doesn’t work at all
Thanks a lot for the tutorial >> can you tell me how to add a preloader while sending the email >> which javascript event is used while sending email data to the server
Hello Good morning. it has an error for me when I'm installing the composer php mailer. it said that git was not found in your path. help me. thank you.
I'm getting this error in the terminal : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
There are no changes, apart from your php configurations there is nothing that's going to be an issue and most of the time shared hostings come with proper installation etc. With the mail sending part for SMTP we are using a different server so that's not going to get affected if it's working on localhost
We have included everything required for this particular feature. If we are missing anything feel free to ask. Join our groups and you can get help also
Thanks, it helped me a lot!
Glad it helped!
Can you make a video on how to purchase or which smpt server to buy?
I have a form that catch the users's emails and send them a verifying code. So, how should I use this library in my code?
Thanks, this tutorial worked for me.
Glad it helped
when I paste the “composer require phpmailer/phpmailer it doesn’t work even though I already downloaded it and make it public, still doesn’t work at all
Make sure the composer is installed and path is added properly
Then restart your computer
Thanks a lot for the tutorial >> can you tell me how to add a preloader while sending the email >> which javascript event is used while sending email data to the server
You can add the email api from javascript and the add a progress bar for the process
What the hell SMTP Error: Could not authenticate.??
Your SMTP details are wrong.
Hello Good morning. it has an error for me when I'm installing the composer php mailer. it said that git was not found in your path. help me. thank you.
Install git and add it your environment veriable
that was very useful thankyou
Glad it helped
I'm getting this error in the terminal : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
You have to install composer, google it
How to send email smpt with antivirus protection. Because i cant send it when the antivirus protection is activ😫
Purchase an SMTP server its available for low rates also
thank you vey much it worked
Glad it helped
thank you!
You're welcome!
Thanks a lot this helped !!!
Glad it helped!
we need to purchase SMTP?
Yes you will require an SMTP server
What will be host name ?
Check with your SMTP providers
Can you please help in mentioning on using sender like php mailer, mailer with smtp and sending to numbers
You mean send messages to phone numbers ?
Is that's what you ment for that we can make a tutorial soon. Stay subscribed. I have added this topic to the list.
Yes sending message to phone number because sometimes it doesn't deliver, I have use reach and many alternative but no avail
thanks a lot
thanks a lot
You are most welcome
This does not work if you are working with a real time website.
bro another video on how to make a dashboard in html and css to enter the data with inputs connect the php to the html
How about in live server? It works in localhost but how about in live server
There are no changes, apart from your php configurations there is nothing that's going to be an issue and most of the time shared hostings come with proper installation etc. With the mail sending part for SMTP we are using a different server so that's not going to get affected if it's working on localhost
Hi is this work on macos?
Install Apache and it works on all operating system
Hi is xampp also can use it? And after download the composer my file is needed open inside the composer or in htdocs also can?
hi When i paste the composer require phpmailer/phpmailer to the terminal,it show command not found
@@CodesEasy
I already install zip file from github but still same
@@CodesEasy using vs code amd xampp also work right?
Excellent, but I'm getting authentication error, I'm 100% sure the username and password is 100000% correct, any ideas ?
Check the host address and also check if the port is correct etc
great
Happy that you liked it
Doesnt work, multiple errors
Ofcourse it will not work if you try to send email on the name of bing companies such is the facebook, instagram or gmail
And you need to make your own code to make it work… everything is possible on internet so keep digging man.
Came here for the SMTP part and you skipped that, not even an explanation.
Sure, we could do a video on explaining SMTP if you like, but this video is only about implementing PHPMailer
@@CodesEasy Its ok, this video has setup a good starting point. Great work.
should have included installation :/
We have included everything required for this particular feature. If we are missing anything feel free to ask. Join our groups and you can get help also
remember to not have ur email and password on public display u can hide it in a config file or add the variables to ur environment variables.
Please can you help me with my attachment, it shows error(```php Message could not be sent. Mailer Error: Could not access file: assets\passport1.jpg)
Your path to the file might be wrong
Please can you make a short video on how and where to save the file in order to attach it as some of us are newbies, thank you.@@CodesEasy