d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Problem About Php And Sending Email
Add Reply New Topic New Poll
Member
Posts: 324
Joined: Jun 10 2012
Gold: 1,803.00
May 16 2015 02:02pm
I followed this tutorial and got the code to run successfully. But I can't get my program to send the actual email.

I am using XAMPP which I believe has a PHP interpreter and would be enough to make it send through.
Can anyone tell me why this isnt working.
Member
Posts: 18,620
Joined: Jul 26 2008
Gold: 777.00
May 25 2015 02:22am
if you're developing locally, you need a working smtp server to send emails. some isps dont allow anything coming out of email sending ports. use gmail's smtp server or use a fake smtp server (google 'fake smtp server') for dev stuff..
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll