5 Configure sendmail on xampp! Use any email account to send mail from Xampp!

preview_player
Показать описание
*ATTENTION! UPDATED VIDEO*
If anyone is having problem in sending mail then you can try changing the SMTP port to 465.
Watch this video if you can't successfully send email.

Hi, guys in this video you will see how you can send emails from xampp. You can use any email account to send mail from xampp. Watch this video until the end.

CODE:
------------------------------------------------

smtp_port=587
-----------------------------------------------------

smtp_port=587
auth_password=yourpassword
-----------------------------------------------------
PHP file code

"angle bracket open"?php
//the subject
$sub = "Your subject";
//the message
$msg = "Your message";
//recipient email here
//send email
mail($rec,$sub,$msg);
?"angle bracket open"
----------------------------------------------------------------------------

I am also available on :
Рекомендации по теме
Комментарии
Автор

all the videos ive seen till now this is the best one out of all...lot of explaining done which was was very useful for understanding what to do..10/10

kirthikopalle
Автор

THANKYOU SO MUCH BROTHER!! IT I can't express how much happy I am when I finally saw the result of my thesis project. After a half day of finding this kind of video, THANKYOUSOMUCH!!!

lifecheckbaliwag
Автор

Thanks a lot Bro for this video. I was trying to execute this function from 2 days and saw lots of video.. But couldn't find the right method. This is the best video. thank you once again..

chaithrag
Автор

after watching udemy lec from 5 days even unbale to send my msg from local host to email.
Then I came to your video, and a very big thanks to you bro . I did same within 15 minutes. its working perfectly.
Many many thanks to you bro.
Btw one more subscriber have joined your channel. :-)

azeemhussain
Автор

Thanks, after changing the smtp port to 465, everythx went perfectly

desmondnkwain
Автор

It worked for me after i adjusted my email security(temporarily of course). I went to my spam and saw a security alert. I then followed link to adjust. Thanks for help!

martymcmillan
Автор

Fantastic. Its working with port 465 for me. It blocked from google initially but i changed the settings to allow from low apps.

sumangalidigitals
Автор

thank you so much!! very easy to follow and worked on my first try!

allenjoshua
Автор

sir
how to send mail's for multiple users with different content, like each person data which is stored in xampp should be sent to their mail's using php?

priyapogula
Автор

Thank you, very much. I have been solved my problem with this video

anggaekapurnama
Автор

What to do if google mail is blocking your incoming mail, ' it isn't from a trusted platform? There are no google settings to change on the email side. * Critical security alert! Sign-in attempt was blocked *

eleanorcarl
Автор

I did this, and it shows that my email is sent but I'm not receiving the email. What will I do?

heal
Автор

Thanks a lot. I have watched watched my videos on this top but this one is superb. Thank you very much

samuelmuriuki
Автор

Thank you for the video bro, i have refered to many videos and tutorial nothing helped me out only your video helped me
thanks a lot

fayaazmohamed
Автор

Email has been send successfully. But not show in my inbox. I was changed all of the setting

zansiviradiya
Автор

nice tutorial... make more videos in php topic like how to secure php based websites etc... that will helpful to us..

sayandhara
Автор

this video helped me a lot thank you so much

kshirjamakar
Автор

thank you so much for this informative video

renhaorh
Автор

what's the difference in using a mass envoy program to use this?

mindydean
Автор

I can't see c:\\xampp\sendmail directory how can I get it?

bicavalgyalvesdesousa