Send Emails From a Localhost Server Using Wamp, Xampp, or a Custom Apache Server Setup

preview_player
Показать описание
Learn how to send emails from a localhost server using WAMP, XAMPP, custom Apache server setup, etc. The ability to send emails from a localhost server is very important for testing the email functionality of a web application before deploying it to a live server.

SOCIALS
--------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Spent hours trying to resolve this till I saw this vid. Thanks man

covfefe
Автор

Hi Adelke, nice tutorial, but I'm getting bool(true) but still I'm not receiving any email. I also changed in gmail "Allow less secure apps: ON"
I tried with smtp_port=587 and 465 for both of the files php.ini and sendmail.ini
What could I am doing wrong?

felipep
Автор

Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in on line 9
bool(false)

can you please help me with this error?

mounikaneha
Автор

hello i got the boolean true but i did not get the email...would you know why?/..thanxz

bellcanada
Автор

thx . is this similar to PHPMailer ? can you use on a commercial app or is it for testing?

rw
Автор

Thanks for the video. Sendmail works fine with PHP V5.6.n, but unfortunately doesn't work with PHP version 7+. I'm looking for something as simple to install as this 'sendmail' code, but I need it to work with PHP V7+. I've come across PHPMailer, but that appears to be pretty full-on to install and configure. Any guidance anyone?

saxon_man
Автор

its not worked for me, not showing any error, but i'm not receive mail help me

rameshkumar-rkyd
Автор

hey bro can you help me out i wanna send an automated notification email to email id in database..

RajSingh-nnyg
Автор

Wow it worked. Thanks Sir!
Btw, I wanna ask if this configuration can use for Email verification? Thanks for Advance Sir!

peach
Автор

i have used this technique for my email verification code, if i upload m website on a host can i still send verification? what changes should i make to send mail after hosting

ghulamzainab
Автор

For some reason, I am getting the following error... boolean=false. I think I have changed everything according to your video...

pianoLee-sxdx
Автор

I am struggling with setting up local host server xampp.

kazbekkuandykov