kuya ayaw mag require nung phpmailer folder ganto ung lumalabas , require(/PHPMailer/src/PHPMailer.php): Failed to open stream: No such file or directory in
Hello sir! Need po ba talaga ng SMTP Server for phpmailer? Balak ko po kasing gamitin for my capstone project, and saan po pwede makakuha ng free smtp server. I tried smtp2go but they need business email po.
hi i tried this tutorial, and i've waited 5days exactly today but i still got the same 550 error.. do you have any suggestions/recommendation? thank you!
noob question po sir, kaylang po ba na naka install po yung mga programming language sa visual studio code. kagaya ng javascript, php, html5, css3, java, python?
Hello @angelica senopera, tama ka dapat naka install pero hindi sa visual code, kasi text editor lang sya, dapat naka install sya sa machine mo mismo e.g laptop or PC para pag compile or ma interpret sya, for Javascript, CSS, HTML and need mo lang is web browser e.g firefox, google chrome.
2021-06-09 15:26:06 Connection: opening to localhost:587, timeout=300, options=array() 2021-06-09 15:26:10 Connection failed. Error #2: stream_socket_client(): Unable to connect to localhost:587 (No connection could be made because the target machine actively refused it) [G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\SMTP.php line 388] 2021-06-09 15:26:10 SMTP ERROR: Failed to connect to server: No connection could be made because the target machine actively refused it (10061) Fatal error: Uncaught Error: Class "PHPMailer\PHPMailer\Exception" not found in G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php:1960 Stack trace: #0 G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php(1637): PHPMailer\PHPMailer\PHPMailer->smtpSend('Date: Wed, 9 Ju...', 'This is a multi...') #1 G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php(1470): PHPMailer\PHPMailer\PHPMailer->postSend() #2 G:\Xampp Directory\htdocs\sendEmailNotification\index.php(51): PHPMailer\PHPMailer\PHPMailer->send() #3 {main} thrown in G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php on line 1960 error sir
how to make the login user email address the sender? Supposedly I login in to a webpage using an email and then I want to send an email, but I want the email that I used to login to be set as the $mailFrom = $loginUser_emailAddress and not the default address that usually set in the source code. How to do that? Kinda like this: $mailTo = $_POST['email'] //recipient email address $mailFrom = $_POST['loginUser_emailAddress'] //sender/login user's email address $mail> $mailTo $mail> $mailFrom
Same logic, you just need to call the email function pag ka login, pero hindi advisable kung regular website lang pwede kung sa bank or accounting system.
Hello George, i tried that already unfortunately yung magagandang telcom natin hindi nag a-allow mag bigay ng OTP API sa mga maliliit na business na tulad ko madami silang requirements na dapat mo ma provide sa kanila siguro dahil nadin sa security merong mga 3rd party services pero sobrang mahal.
Hello sir Magandang gabi po baka po pwede makahiram ng business email po para po makagawa ako ng email sender features sa thesis po namin badly needed po matagal na po ako nakasubaybay sa inyo sana po mapagbigyan nyo thankyou po
Hi po sir salamat po sa tut bago lang din po kasi ako sa programming and tnry ko sya kaso may lumalabas na syntax error, unexpected variable "$mail". Salamat po
@@PinoyFreeCoder Sir Ok na po, Working Successfully na. Dapat po pala ganito $mail->AddAddress("emailAdd01", "name01"); $mail->AddAddress("emailAdd02", "name02"); $mail->AddAddress("emailAdd03", "name03");
Ito naman yung papanoodin ko bukas. Thanks sir Coder!
Thank you sir. Very knowledgeable po itong page ninyo. Very helpful po
Slmt po. Sna pa tuloy kayo gumawa NG mga videos...
Thank you sir sa knowledge! ♥
thank you this is a big help for me as student
LODS MAGANDANG UMAGA , NAG DOWNLOAD AKO LAHAT NG TUTORIAL MO..AYUS TALAGA MAGALING ,
SANA LODS MAY TUTTORIAL ABOUT SMS NOTIFICATION
SOLID PO!!! maraming salamats😍
Nice one. Pa suggest po ng MEAN , MERN or Tensorflow po for Data science / Machine Learning for the next lesson.
Thank you sir. 😇
nice one sir you save my day!
Super thanks sir
salamat nakahanap din ng magandang tutorial
Sir ask ko lng po sana.. kung paano po yung process ng pag sign in nyo po..
Dipo kase ako makapag create ng account po sa SMTP2Go
Thank you 3000x
thank you sir
More php tuts sir, thank u
kuya ayaw mag require nung phpmailer folder ganto ung lumalabas , require(/PHPMailer/src/PHPMailer.php): Failed to open stream: No such file or directory in
Maraming salamat po sir ❤️
Parequest po ng tut sa pag gamit ng API salamat po
Hello sir! Need po ba talaga ng SMTP Server for phpmailer? Balak ko po kasing gamitin for my capstone project, and saan po pwede makakuha ng free smtp server. I tried smtp2go but they need business email po.
Dipo ba magkakaerror if ever kukunin ko yung body(message) sa db kahit narin po yung email to: pero using procedural php po?
Best to make you email notification secure without going to spam folder?
ty
Ty ty
multiple user na po ba pwede pag sendan nung email?
hi i tried this tutorial, and i've waited 5days exactly today but i still got the same 550 error.. do you have any suggestions/recommendation? thank you!
Sir may kasunod pa po ba yung Store Management System Series niyo?
gagana bato boss kapag inupload kona ung code ko sa webhost ?
Hindi na pede gmail sa smtp2go i-signup?
noob question po sir, kaylang po ba na naka install po yung mga programming language sa visual studio code. kagaya ng javascript, php, html5, css3, java, python?
Hello @angelica senopera, tama ka dapat naka install pero hindi sa visual code, kasi text editor lang sya, dapat naka install sya sa machine mo mismo e.g laptop or PC para pag compile or ma interpret sya, for Javascript, CSS, HTML and need mo lang is web browser e.g firefox, google chrome.
2021-06-09 15:26:06 Connection: opening to localhost:587, timeout=300, options=array()
2021-06-09 15:26:10 Connection failed. Error #2: stream_socket_client(): Unable to connect to localhost:587 (No connection could be made because the target machine actively refused it) [G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\SMTP.php line 388]
2021-06-09 15:26:10 SMTP ERROR: Failed to connect to server: No connection could be made because the target machine actively refused it (10061)
Fatal error: Uncaught Error: Class "PHPMailer\PHPMailer\Exception" not found in G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php:1960 Stack trace: #0 G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php(1637): PHPMailer\PHPMailer\PHPMailer->smtpSend('Date: Wed, 9 Ju...', 'This is a multi...') #1 G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php(1470): PHPMailer\PHPMailer\PHPMailer->postSend() #2 G:\Xampp Directory\htdocs\sendEmailNotification\index.php(51): PHPMailer\PHPMailer\PHPMailer->send() #3 {main} thrown in G:\Xampp Directory\htdocs\sendEmailNotification\PHPMailerMaster\src\PHPMailer.php on line 1960
error sir
Pano po mag send ng text sa sun mobile, globe or smart gamit itong php programming?
gumagana pato today sir?
reply asap
pano ko po gagamitin to as an api
may push notification tutorial ka ba boss?
Meron po ba kayong tutorial na nagvavalidate ng email address?
sir salamat po sa napaka linaw na tutorial pa subscribe po haha share ko din po sa mga cclassmates and mga barkada ko salamat sir
how to make the login user email address the sender?
Supposedly I login in to a webpage using an email and then I want to send an email, but I want the email that I used to login to be set as the $mailFrom = $loginUser_emailAddress and not the default address that usually set in the source code. How to do that?
Kinda like this:
$mailTo = $_POST['email'] //recipient email address
$mailFrom = $_POST['loginUser_emailAddress'] //sender/login user's email address
$mail> $mailTo
$mail> $mailFrom
Sir, ano pwedeng substitute ng SMTP2GO ayaw kasi sa gmail and yahoo na email
Hello George, you can try SendinBlue pero mas kunti yung email na pwede mong i send using free account, 300 emails per month.
Kapag po ba lumabas ung Error 550 kelangan lang maghintay ng ilang araw para maactivate ung account?
Hello Eliz, usually mga 24hours lang sya, pero baka dahil sa limited yung workforce nila dahil sa COVID baka matagalan pa.
Sir, Sending of Email in PHP with attachment naman po. Enhance version lang po netong video mo, lagyan nyo po ng Option to attach document. Salamat po
Boss baka pede po magkaroon itexmo api tutorial latest platform na po nila . Salamat
hello po! is it okay po if from gmail account din po yung sender and di from smtp2go?
Yes, pero limited lang po pag gmail i think 3-4 emails lang
pano pag gagawa ng welcome page? halimbawa pag login ng user may email na mag sesend sa kanya as Welcome page sa store like Welcome To Anything store
Same logic, you just need to call the email function pag ka login, pero hindi advisable kung regular website lang pwede kung sa bank or accounting system.
@@PinoyFreeCoder ecommerce website po e. Bali yung $body ang papalitan ko ng content no
❤️💪
Email account verification using php tutorial please hehe
thanks, can you please make a video lesson in sending OTP using PHP
Hello George, i tried that already unfortunately yung magagandang telcom natin hindi nag a-allow mag bigay ng OTP API sa mga maliliit na business na tulad ko madami silang requirements na dapat mo ma provide sa kanila siguro dahil nadin sa security merong mga 3rd party services pero sobrang mahal.
@@PinoyFreeCoder Sir sending email notification with attachment naman. Salamat po
na try ko po yung code kaso ayaw mareceive ng ibang email account..paano po paganahin yun?
One reason is security or domain name pag hindi verified it will auto move to junk mail or spam.
boss dagdagan mo din ng style yung message na marereceive
Sms po din sana sir
Hello sir Magandang gabi po baka po pwede makahiram ng business email po para po makagawa ako ng email sender features sa thesis po namin badly needed po matagal na po ako nakasubaybay sa inyo sana po mapagbigyan nyo thankyou po
Kung pang thesis you can use Gmail SMTP
Sir tutorial sana para sa sms using php
Reactjs and PHP po sir
OTP naman Idol using PHP
Hi po sir salamat po sa tut bago lang din po kasi ako sa programming and tnry ko sya kaso may lumalabas na syntax error, unexpected variable "$mail". Salamat po
Sir sana may tutorial para d mapunta sa Spam
Up
Sir Gud pm po, tanong ko lang po kung paano yung meron more than 1 recepient /mailto? tnx po
Hell Gil, need mo lang lagyan ng ; each email example : admin@email.com;user@email.com
@@PinoyFreeCoder Sir Ok na po, Working Successfully na. Dapat po pala ganito $mail->AddAddress("emailAdd01", "name01"); $mail->AddAddress("emailAdd02", "name02"); $mail->AddAddress("emailAdd03", "name03");
@@PinoyFreeCoder what if po different message kada recipient. samalatttttttt sobraaa !
di maayos pagka discuss.... Pero okay narin..
69th commenT
Thank you Sir