Skip to main content

Email not being sent /received

Comments

4 comments

  • kodeslogic
    Please ensure to provide a valid username/password to authenticate in the mail settings while using smtp fuction.
    0
  • cPRex Jurassic Moderator
    Exactly what @kodeslogic said - PHP mail is likely sending the message without any type of authentication, so you'd want to use a tool that authenticates to the mail server to send that message.
    0
  • tangent-webmaster
    Please ensure to provide a valid username/password to authenticate in the mail settings while using smtp fuction.

    I've already tried with SMTP, valid username/password ( which I also used on other site working fine) but didn't work. The error is " SMTP connect failed . Test mail could not be sent " I also posted my issue here
    0
  • cPRex Jurassic Moderator
    Let's keep using that other thread then to avoid confusion as that seems to have more details :D
    0

Please sign in to leave a comment.