Port 25 is not working..alternative port for SMTP PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jhoiemarie
Forum Newbie
Posts: 1
Joined: Mon Dec 05, 2011 8:53 pm

Port 25 is not working..alternative port for SMTP PHP

Post by jhoiemarie »

Hi All,

I have been dealing with this problem for less than a week now. I cant send email using PHP Mailer because port 25 is blocked on our organization. I even added Exceptions on firewall for this port but nothing seems to work. Is there any alternative port that I can use. I am quite new to this problem and I really want to learn how to fix this. Kindly help me out. Do I need to configure something in php.ini or config.php. I am using xampp, by the way. Thanks. Any help will be appreciated.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Port 25 is not working..alternative port for SMTP PHP

Post by Celauran »

Try 587
Post Reply