Skip to main content

Php Mail sending error

Comments

6 comments

  • kodeslogic
    What is the output for the below two commands: 1.) #telnet smtp.gmail.com 465 2.) #telnet smtp.gmail.com 587
    0
  • hmaddy
    What is the output for the below two commands: 1.) #telnet smtp.gmail.com 465 2.) #telnet smtp.gmail.com 587

    telnet smtp.gmail.com 465 Trying 2a00:1450:400c:c00::6c... telnet: connect to address 2a00:1450:400c:c00::6c: Connection refused Trying 173.194.76.108... telnet: connect to address 173.194.76.108: Connection refused
    0
  • kodeslogic
    Is port 465 open in your server firewall?
    0
  • cPRex Jurassic Moderator
    Thanks, @kodeslogic @anoopk350 - it does seem like something is blocking those outbound connections, whether that is your local system or an external firewall managed by your host.
    0
  • HostNoc
    Hello @kodeslogic Kindly disable the server firewall and check if the issue still persists.
    0
  • cPRex Jurassic Moderator
    @HostNoc - Kodeslogic wasn't the OP.
    0

Please sign in to leave a comment.