Do you want to become a web developer from scratch??? Check this: bit.ly/devAccelerator
@tigerc5726 жыл бұрын
does it matter if im using my SQLI
@SenaidBacinovic5 жыл бұрын
@@tigerc572 No
@tijanimoro65285 жыл бұрын
Sir is the course noe free
@svedz5 жыл бұрын
Do you need PHPmailer on a webserver or only for localhost?
@sujonhossain32505 жыл бұрын
some code are not working like use PHPMailer/PHPMailer/PHPmailer ; when I open browser it's show me error, but how may i do
@MrEdustyl5 жыл бұрын
For those of you using PHP 7+ use: $email = mysqli_real_escape_string($con, $_POST['email']); instead of email = $con->real_escape_string($_POST['email']); Also check if your path is right if you have problems with the PHPMailer; you really need to use: use PHPMailer\PHPMailer\PHPMailer; no matter what your webspace path is or whatever
@santoshpoudel59737 жыл бұрын
I wonder you keep on moving forward creating wonderful educational stuffs. You are amazing tutor the real Guru
@SenaidBacinovic7 жыл бұрын
Yes, there are 100 more videos planned just for 2018 :)
@mrjean93765 жыл бұрын
im just subs man!! this is very great channel!! keep posting broo
@SenaidBacinovic5 жыл бұрын
Thank you :)
@mrjean93765 жыл бұрын
@@SenaidBacinovic dont worry man, well im start sharing to all my programming mates and non programmer also.. my mind just messed up when looked into very great but underrated it sources like this.. hope 2020 u reach thousands even million subs man, god bless u
@SenaidBacinovic5 жыл бұрын
@@mrjean9376 That means a lot, thank you so much. In 2020 there will come a lot of amazing content (weekly). :)
@adubivictor8237 жыл бұрын
This is incredible Senaid. Good work! Please keep it up......
@SenaidBacinovic7 жыл бұрын
Thank you so much! Appreciate the support. :)
@patriotpa31584 жыл бұрын
Hi, thanks for the files that i could download. I have tried using these files online for my website where the PHPversion is 7.0 and above. i have no idea whats wrong as i am not a programmer. I have done everything according to your video and customised the files to access the database. it registers the user in the database but it fails to send the verification email and gives an HTTP error 500. not sure what that means but i am stuck. would be great if you can help me. Thank you.
@loluadelore8835 жыл бұрын
what link would I use for the email confirmation
@developeraccount4386 жыл бұрын
I want that a page only show who's personal who is verified email else not.. nit for login and registration. Or we can also do this send email to admin from website but before verify your personal /original email. Where in your sent email FROM would be your verified email. Is it possible?
@chome44 жыл бұрын
Is there a way to incorporate 'forgotten your password' code into this?
@EnergyLifeAG6 жыл бұрын
Hi! Thank you for your great tutorial. But I have one problem: I want to add some input fields (e. g. first name) and I added these fields in the database and all other files. But I can't submit the form to get the confirmation email. Would you have a little tip for me here? Many Thanks!
@pianoLee-sx9dx6 жыл бұрын
Do you have to connect to mysql again? I think at line 10, you forgot your {} after the if statement?
@yuvrajsubh67236 жыл бұрын
Hi friend... I ove your coding pattern. It is very simple and perfect and easy to understand. I have learned so much from your tutorial. Thank u so much...
@SenaidBacinovic6 жыл бұрын
thank you :)
@yuvrajsubh67236 жыл бұрын
Hello sir.. I am a codeigniter developer for last 1.5 years and i am continuously doing project in codeigniter but i want to learn new technology for future growth. So can you suggest me the technology which i have learned so that it is best for my future growth and i can improve my career?? Please suggest me....
@murtuzamehdi66776 жыл бұрын
Q1.just want to ask that if we run this project in windows so then what is the procedure, what changes we have to perform? Q2.where you give the path of gmail in this tutorial..
@dimitrijejovanovic67796 жыл бұрын
Can You write this in procedural programming? This is object oriented...thanks..it would be very helpful to me..thanks
@dinithprimal32634 жыл бұрын
Please can you help me to find out when we sending one email to two recipients how to identify who click the verify button from that two?
@Marko-mh6ug5 жыл бұрын
Great video, it helped me a lot, thank you so much :) keep up the great work my friend :D
@adante4075 жыл бұрын
Great tutorial.👍 What MySQL GUI are you using in this tutorial? Thanks for your great tutorials.
@SenaidBacinovic5 жыл бұрын
Thank you. I am using www.adminer.org/
@reyjosebanda55376 жыл бұрын
idk what should i put here $mail->setFrom(); and i dont understand this too $mail->Body = "" nice tutorial btw. i will recommend this to my friends.
@scheidegg4 жыл бұрын
Did you hear something about SQL injections?
@adampetersson68096 жыл бұрын
Hey man, is it a Quick change to only make the email expire after 15 minutes? Like the token is invalid after 15 minutes and removes the user from the database?
@kalimam5536 жыл бұрын
very nice i really love your tutorial made easy for me but i am have a problem on The mbstring extension is missing. Please check your PHP configuration. which is not working on my system kali liunx i have try all i can but i could fix it i hope to get help from your Tutoria
@dacck7706 жыл бұрын
will it work using localhost? if not, is there a way to have this email confirmation work in localhost? thank you
@SenaidBacinovic6 жыл бұрын
Yes, it can work if you're sending via SMTP (the easiest way).
@dacck7706 жыл бұрын
Coding Passive Income thanks for the reply ~
@theranko16405 жыл бұрын
Can you explain to me, please, why you are named your filed as .php. Why you did that and why you didn't create new file as .php and connect it with a html file. Thanks!
@SajidLatifDK7 жыл бұрын
It is a really nice and informative video. I just wondering if a pro would make it as you are doing or the pro would use oop and classes. If so, could you make a video based on this video. How would you approach it. Please don’t get me wrong, just a question. Love your videos:)
@SenaidBacinovic7 жыл бұрын
Thank you Sajid for nice words. This tutorial is for beginners, and it would be very challenging for them to learn this by using OOP approach. However, it would definitely be cleaner and better to use OOP.
3 жыл бұрын
How do you add recaptcha or hcaptcha to this?
@officialsatisfyingvids82962 жыл бұрын
Hi sir, I hope I will be able to send email verification otp code to users that signup on my website using this method?
@ShirishChavan3335 жыл бұрын
Sir, When I tried to register a new member using the file register.php then following two error message appeared on the screen: (1) Fatal error: Uncaught Error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp64\www\ec\PHPMailer\PHPMailer.php on line 1568. (2) Error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp64\www\ec\PHPMailer\PHPMailer.php on line 1568. However, this member was registered in the database. But no email was found in the email id provided during registration. I am using localserver on WAMPServer. Can you help me. Regards,
@budisetyawan82724 жыл бұрын
Hello sir, thank you very much for the code source, i just wanna ask something, i have an error in my xampp. The error said uncaught error : class phpmailer exception not found. Can you tell me to solve this please. Thanks before, you're my hero!
@SenaidBacinovic4 жыл бұрын
You're missing some class from PHPMailer, please check how I did it in the code.
@budisetyawan82724 жыл бұрын
@@SenaidBacinovic okay i will check it thank you sir,
@КонстантинКарась-е4с6 жыл бұрын
Really nice and easy! Good job and thank u so much for code download link! U and your lessons are awesome!
@SenaidBacinovic6 жыл бұрын
thank you :)
@adityadhodade90294 жыл бұрын
Can we do it in local host??
@abhidita1436 жыл бұрын
Coding Passive Income Error: "please check your inputs", I rechecked so many times same error is repeating. I uploaded all the files as it is and created a data base connection, and replaced "setfrom:" with my email id, plz help
@SenaidBacinovic6 жыл бұрын
Can you show me the code?
@abhidita1436 жыл бұрын
now coding is working fine, but after submitting the form iam getting error " Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd4/104/4767104/public_html/emailverification/PHPEmailConfirmation/PHPMailer/PHPMailer.php on line 1584" link:throbless-transmiss.000webhostapp.com/emailverification/PHPEmailConfirmation/register.php
@officialsatisfyingvids82962 жыл бұрын
What phpmailer for? Can you create a video of users to verify their email with opt verification without any software
@gandabagasso50243 жыл бұрын
ca marche.. j'ai juste pas comprsi le role du token la dedans??
@karimkhizz98776 жыл бұрын
hi friend the data or information goes in the database but i dont know why i dont get the email please help and advice
@bezawadaharikrishna34446 жыл бұрын
Thanks Bro, working perfectly helped me lot. Thanks again
@SenaidBacinovic6 жыл бұрын
thank you :)
@aadityagoel84606 жыл бұрын
hello sir thank you for explaining and I wanted you to make video on pricing widget and how to assign a id/token to it. so If anyone purchase one of the pack out of three then he/she will assign a id and after purchasing the pricing will see after the duration of the pack. so please sir help me to make a pricing table
@pianoLee-sx9dx6 жыл бұрын
Can someone assist me here please as I am new to database but have been following a tutorial on php oop series and I have a different code but on my form, i have the following codes: div id="register">
@rsadmehdiyev38716 жыл бұрын
Firstly thank you for the video man I have a problem and can't find what is that. Error is like Class 'PHPMailer\PHPMailer\Exception' not found in C:\xampp\htdocs\challenge-league\PHPMailer\src\PHPMailer.php on line 1671
@SenaidBacinovic6 жыл бұрын
I think you just need to include Exception.php file the same way you included PHPMailer.php. Try it, and let me know how it goes. :)
@rsadmehdiyev38716 жыл бұрын
I have added it and now created a user but no any mail is sent and no error :D
@temitayoajao82426 жыл бұрын
Having the same problem... any luck?
@rsadmehdiyev38716 жыл бұрын
Ajao Temitayo yes I have done. Just copy the code from the git paste it to your php file.If any error occurs such as Smtp connection then try to upgrade php version.
@temitayoajao82426 жыл бұрын
Okay thank you
@psawyer8716 жыл бұрын
what if i don't have a domain and i am only working in localhost. how can i do the verification?
@SenaidBacinovic6 жыл бұрын
You can send an email from localhost easily by using SMTP.
@psawyer8716 жыл бұрын
@@SenaidBacinovic i just found out that few minutes ago. Thank you very much for your effort!
@SenaidBacinovic6 жыл бұрын
My pleasure, enjoy it. :)
@shuhadakhabir36125 жыл бұрын
@Coding Passive Income How to send an email from localhost easily by using SMTP?
@sportslover95897 жыл бұрын
sir i get this error ( ! ) Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp\www\New_work\PHPMailer\PHPMailer.php on line 1671 the data is inserting in the table but the email is not sent. 25:05 time i get this error sir plz help me
@SenaidBacinovic7 жыл бұрын
You need to include Exception class. After the line: include_once "PHPMailer/PHPMailer.php"; Add line: include_once "PHPMailer/Exception.php";
@smarttking12365 жыл бұрын
please What is the name of your text editor sir
@daltonandre81555 жыл бұрын
PhpStorm
@เด่นนครหลวง5 жыл бұрын
Thank you from Thailand.
@SenaidBacinovic5 жыл бұрын
My pleasure and thank you from Bosnia.
@kjatinr6 жыл бұрын
how can i stop someone to register if his/her email already exists because if this error is thrown insert query still executes to insert duplicate record??? Please help sir..
@leonardo3216 жыл бұрын
Zašto neće da radi na wampp serverua. Skinuo sam i tvoj kod ali isto. Stalno: "Something wrong happened! Please try again!" Ali u bazi se pojave podaci?
@SenaidBacinovic6 жыл бұрын
Očigledno da kod radi, a to što ne primaš email je vjerovatno iz razloga što ti nešto blokira slanje istog. Jesi li probao preko SMTP?
@leonardo3216 жыл бұрын
Nisam. Probat ću. Na neki način sam prje slao email po nekom lindy-nom tuutorialu od Kevina Skouglanda. U svako sulučaju hvala ti. Nešto radim i ovo mi je baš trebalo. Odlični tutoriali.
@chome44 жыл бұрын
Links sent via email asking you to click to verify only appear as links if you give a gmail email address. If you use hotmail or yahoo mail, the 'link' will be text only.
@augustchristopherparas73806 жыл бұрын
it shows something wrong happened after i enter those inputs can you help me with those who knows how to fix it?
@developeraccount4386 жыл бұрын
Firstly I registered and then login with verification, alerts says, verify firstly. It's great but after when I confirm email and without enter email or password when I enter login button it's logged in. Why? how I fix this...
@modemilee15804 жыл бұрын
nice video sir. it helped me a lot, thank you so much..
@sunnykumar99886 жыл бұрын
Plz. Make video on otp verification with timer,
@tusharsutar36126 жыл бұрын
Hello , sir Senaid Bacinovic Its not working in wamp server localhost ......what to do ???????
@SenaidBacinovic6 жыл бұрын
What is the problem?
@null79536 жыл бұрын
hvala, ovo je bas sta sam trebo
@syedizhanbinsaif92455 жыл бұрын
Sir how can we send an email through php with attachment in our website form. I'm trying to make a upload cv form with php but it's not working the file is uploading but it's having problem while sending..
@aggreyafray68696 жыл бұрын
hey thanx for the video and i love your work i have tested the code and it works but the problem is the email is sent in spam/junk. What could be the cause and how can i solve this problem? thanx again in advance
@SenaidBacinovic6 жыл бұрын
Thank you. Next week I will publish the tutorial and show how to send an email using SendGrid API, with that one it should never go to the spam. :)
@aggreyafray68696 жыл бұрын
@@SenaidBacinovic cool, i will be waiting on
@SenaidBacinovic6 жыл бұрын
thank you :)
@bahassingkat6 жыл бұрын
i wrote this code on my server, but there is nothing happen. i'm not get email at all.. so i read comments on this video, and my question is.. is smtp can do thing like this? please answer me quickly sir.. thanks
@horaciovalladares54345 жыл бұрын
Great job, thanks for shared.
@SenaidBacinovic5 жыл бұрын
Thank you
@hillolmajumdar16646 жыл бұрын
Hello sir, thanks for the information, but after i register i am not receiving any mail, no error is showing. please help me out
@neelpatel88466 жыл бұрын
Hello Senaid, loved the tutorial!! However, when i am running the registration form, i get the success message but i am not getting any email confirmation.
@SenaidBacinovic6 жыл бұрын
Neel Patel Are you testing it on localhost?
@neelpatel88466 жыл бұрын
yes
@SenaidBacinovic6 жыл бұрын
Neel Patel that is the problem, you will need to send it using SMTP or test from live server :)
@neelpatel88466 жыл бұрын
ok thanks brother. Really appreciate the feedback
@SenaidBacinovic6 жыл бұрын
No problem, have a great day! :)
@saif52626 жыл бұрын
Bro whenever i click the verification link in the email received it does not set active status to 1 and token to null. However i just used the same logic from your video for confirm.php, please help me as I am stuck in this problem for more than 3 days even google was unable to help. BTW, nice tutorial.
@javier16ize6 жыл бұрын
hey if someone can help I had the error class not found wich is fixed by adding: include_once 'PHPMailer/Exception.php'; but now every thing looks fine but it goes to else { $msg = "Something wrong happened! Please try again!"; } any ideas? please help!
@damdamdamdamdarararadarara74315 жыл бұрын
same problem here
@nurmaisarahzaini12284 жыл бұрын
hye sir. Thank you for your amazing video. But after sign up, my php display ‘cannot load exception’ . And its come from phpmailer.php. But its already insert into database but, the email not sent for verification. Please help me sir . Tq
@allenveloria146 жыл бұрын
Is it sending using localhost? Or your connected to the internet??
@SenaidBacinovic6 жыл бұрын
In this example I am sending from my server, but you can send from localhost too, and the easiest way is to send via SMTP.
@lokeshsharma52327 жыл бұрын
How can I display name after login with roll no. and password using PHP and MySQL?
@SenaidBacinovic7 жыл бұрын
The simplest way is to just save it to the session on login page, and after that just to display it on any page that you need it.
@andhicapratama83626 жыл бұрын
so, can it run in localhost? because i try but it doesn't send to the email
@SenaidBacinovic6 жыл бұрын
Yes, but you will need to send an email via SMTP. Check this tutorial: kzbin.info/www/bejne/Y3ucnGejZt6bmdE
@kielpease6 жыл бұрын
I can't seem to get the password_verify bool to say true. I got everything else working, but not that. I know I'm typing in the correct test password that I registered with, but it just won't verify. Any suggestions?
@kielpease6 жыл бұрын
I figured it out. I had the mysql password column set to 50 chars. Not enough for the minimum 72 characters required for password BCRYPT. Great tutorials, thank you so much!
@zainaboladiti85406 жыл бұрын
Hi, am a student working on my final year project and I found your video of email validation and verification interesting , after trying the code and changing Mail function in xampp php. Ini the mail is still not sending to the users
@SenaidBacinovic6 жыл бұрын
zainab oladiti Have you tried to send it over SMTP?
@zainaboladiti85406 жыл бұрын
No, haven't tried that but how can I do it?
@SenaidBacinovic6 жыл бұрын
Check this video: kzbin.info/www/bejne/g6jCgIWOhdSinbs
@tijanimoro65285 жыл бұрын
sir am running on xamp and am getting errors can you help me out
@mohitrathore86986 жыл бұрын
Email confirmation activity for registration is working...I got the mail... But there is notice of trying to get property of non object And warning of escapeshell() has been disabled for security reasons And also my database is not update when input is done in registration form... Help me sir
@TechAlphax7 жыл бұрын
How can I make this work locally with gmail settings intergration? without the need of a hosting server, I followed but I get "something went wrong error!" on register. Thank you Sir.
@SenaidBacinovic7 жыл бұрын
You will have to send an email via SMTP. Here is video tutorial on how to do it: kzbin.info/www/bejne/Y3ucnGejZt6bmdE
@DeepakGupta-fh4vc5 жыл бұрын
@@SenaidBacinovic sir I used smtp method but it is still not working what should I do now?
@stevekwok45853 жыл бұрын
Nice video. Can you make a video for Google authenticator Php
@sanchitgupta61517 жыл бұрын
I wrote the same code and on signing up no email is being received (no error is shown, "You have been registered, Please verify your email is shown"). Do I have to make some change in php.ini file? IF not, what's the issue
@SenaidBacinovic7 жыл бұрын
Are you testing this on localhost?
@sanchitgupta61517 жыл бұрын
Coding Passive Income Yes Localhost.
@SenaidBacinovic7 жыл бұрын
That could be a problem. Have you tried to send an email using SMTP?
@lukokanalas71947 жыл бұрын
Good job. You made my day
@SenaidBacinovic7 жыл бұрын
Awesome, I am so happy that I could help you.
@tiqo85493 жыл бұрын
Got a lot of errors in the source code. input fields were not ok, phpmailer error..
@cozygo72436 жыл бұрын
How to set up a adminer thing i didnt get that part help please!?
@SenaidBacinovic6 жыл бұрын
You do not need to use Adminer, you can use PHPMyAdmin :)
@UmerFarooq-ug1qt6 жыл бұрын
Good work bro .. Keep it ... do you have tutorial on codeigniter..
@SenaidBacinovic6 жыл бұрын
Thank you. I am sorry, but I dont have it at the moment.
@UmerFarooq-ug1qt6 жыл бұрын
thanks , i have question , how to decrypt hash password to original text .. its not related to the tutorial but i will be glad if you help me out
@InnovativeEducationBD6 жыл бұрын
Thank you very much from Bangladesh.
@SenaidBacinovic6 жыл бұрын
আবুল বাশার thank you :)
@fornaxgaming26676 жыл бұрын
sir you are awesome realy
@SenaidBacinovic6 жыл бұрын
Thank you, you are amazing too!
@herlambangherlambang21625 жыл бұрын
Nice tutorial, thank you
@SenaidBacinovic5 жыл бұрын
Thank you :)
@Goofy-n8w5 жыл бұрын
Download does not working
@jayjaylord19997 жыл бұрын
i had this error: Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd5/744/1199744/public_html/PHPMailer/PHPMailer.php on line 1597 how to fixed it?
In the line where you wrote ishtml(ismthl:true) , am getting syntax error "unexpected : "
@SenaidBacinovic6 жыл бұрын
Remove this:"ismthl:"
@zainaboladiti85406 жыл бұрын
Ok
@arthurminasyan95917 жыл бұрын
If I try signup show this error Warning: escapeshellcmd() has been disabled for security reasons in /storage/ssd5/744/1199744/public_html/PHPMailer/PHPMailer.php on line 1597
@kashishmadaan15766 жыл бұрын
Thnks sir No doubt u r awesome.............
@SenaidBacinovic6 жыл бұрын
Kashish Madaan Thank you :)
@Elm20235 жыл бұрын
awesome tutorial thank you
@SenaidBacinovic5 жыл бұрын
Thank you :)
@UmerFarooq-ug1qt6 жыл бұрын
how to decrypt hash password to original text .. its not related to the tutorial but i will be glad if you help me out
@saif52626 жыл бұрын
@bogdansava27736 жыл бұрын
So this will work only on live servers?
@SenaidBacinovic6 жыл бұрын
Yes, why not? :)
@bogdansava27736 жыл бұрын
Ok, thank you! You are doing a great job!
@SenaidBacinovic6 жыл бұрын
thank you :)
@buddhismusa28346 жыл бұрын
it says "Please check your inputs!" but I don't have any problem with my inputs. what is the cause?
@SenaidBacinovic6 жыл бұрын
When do you get that message?
@srikanthambaldhage22686 жыл бұрын
i am getting error like this. Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\xampp\htdocs\PHP Email Confirmation\PHPMailer\PHPMailer.php on line 1658 Data inserting into Database but not sending mail to my gmail account. Please help me to solve this problem.
@srikanthambaldhage22686 жыл бұрын
oh i got the answer from below relpy by Coding Passive Income. Thank you very much.
@SenaidBacinovic6 жыл бұрын
Awesome, glad I could help. :)
@epicfacts94356 жыл бұрын
facing same problem how to solve this problem ????
@epicfacts94356 жыл бұрын
How to solve this error Data is inserting but not mail part?????? Fatal error: Class 'PHPMailer\PHPMailer\Exception' not found in C:\wamp\www\ec\PHPMailer\PHPMailer.php on line 1658
@damdamdamdamdarararadarara74315 жыл бұрын
I've got the same. did you resolve this? pls help me
@diegocoding7 жыл бұрын
Hello, i need help Fatal error: Class 'PHPMailer\PHPMailer\PHPMailer' not found in
@SenaidBacinovic7 жыл бұрын
Can you show me the code (paste it here)?
@diegocoding7 жыл бұрын
thanks you, I found the problem with the routes, could you teach me how to make money with facebook?
@SenaidBacinovic7 жыл бұрын
On what way you would like to make money? :)
@diegocoding7 жыл бұрын
I just wanted some advice on how I could earn money for Facebook, you've seen that you have past experiences with that topic.
@mohitrathore86986 жыл бұрын
Error: class phpmailer not found
@Zak-Z-Ninja6 жыл бұрын
Everything wirks but i dont recieve an email... plz help.
@noobgamer0014 жыл бұрын
I got fatal error : Uncaught error :Class 'PHPMailer\PHPMailer\Exception' not found.
@SenaidBacinovic4 жыл бұрын
Make sure that you have included all files like I did.
@vaibhavvaidya9356 жыл бұрын
Can we use this code in localhost? Will this work?
@SenaidBacinovic6 жыл бұрын
Yes, it will work but you will probably have to send an email via SMTP.
@sherylenedyer20766 жыл бұрын
Thank you so much.
@SenaidBacinovic6 жыл бұрын
thank you :)
@sarthaktyagi67835 жыл бұрын
sir my code is not working whenever i click on submit button it just give me error that please enter valid inputs plss help me sir
@BucurIonNiculae5 жыл бұрын
Nice tutorial, i like it...
@SenaidBacinovic5 жыл бұрын
My pleasure, thank you :)
@emplays72416 жыл бұрын
hi how did you type the html code fast?
@SenaidBacinovic6 жыл бұрын
I am using shortcuts, and my PHP IDE is generating code for me.
@emplays72416 жыл бұрын
how do i do that too? im using PHP Storm
@siddharthshukla216 жыл бұрын
@@emplays7241 type html and press ctrl+ spacebar then select html 5 from the picklist
@javeriakhan15216 жыл бұрын
I don't know everything in the front end is working fine but im not getting the verification email. although i copied the code exactly as you did.
@SenaidBacinovic6 жыл бұрын
Jiya jo Are you maybe testing from localhost?
@javeriakhan15216 жыл бұрын
Yes exactly
@javeriakhan15216 жыл бұрын
Won't it run with localhost? Or should i replace it with the one you mentioned in your code
@SenaidBacinovic6 жыл бұрын
Jiya jo You will need to send it over SMTP if you are sending from localhost or it won't work.
@javeriakhan15216 жыл бұрын
Ok sir. Thankyou
@BF_PH5 жыл бұрын
thanks for this tutorial
@SenaidBacinovic5 жыл бұрын
My pleasure, thank you :)
@mdhabib-xf1dc7 жыл бұрын
thank you sir nice video please now you make angular 2 concept video i have to need
@SenaidBacinovic7 жыл бұрын
md habib thank you! I will have some tutorials about angular soon...
@mdhabib-xf1dc7 жыл бұрын
i hope you can do fast i will wait you and always waiting for ur new video
@SenaidBacinovic7 жыл бұрын
Can't promise any time, but will make sure to get it soon. :)