PHPMailer problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pradeep

    PHPMailer problem

    Hello All,

    I use PHPMailer with my SMTP server mail.demo.com
    I changed my mail server to mail.demo.com to mail.anotherdem o.com

    So, i replaced mail.demo.com by mail.anotherdem o.com
    similarly with his port no. also,

    However, my application does not sent email.

    So, what can be the reason ?

    Please, tell me.

    Thanks in advance.
  • Peter H. Coffin

    #2
    Re: PHPMailer problem

    On Mon, 19 May 2008 06:59:08 -0700 (PDT), pradeep wrote:
    Hello All,
    >
    I use PHPMailer with my SMTP server mail.demo.com
    I changed my mail server to mail.demo.com to mail.anotherdem o.com
    >
    So, i replaced mail.demo.com by mail.anotherdem o.com
    similarly with his port no. also,
    >
    However, my application does not sent email.
    >
    So, what can be the reason ?
    Lots of things COULD be the problem. A very likely one is that you
    haven't gotten correct configuration for authentication at the SMTP
    server, and the server is refusing to accept your mail without it.
    You'll probably want to ramp up the ->SMTPDebug level a bit to see
    what's actually failing.

    --
    75. I will instruct my Legions of Terror to attack the hero en masse, instead
    of standing around waiting while members break off and attack one or two
    at a time.
    --Peter Anspach's list of things to do as an Evil Overlord

    Comment

    • Michael Austin

      #3
      Re: PHPMailer problem

      pradeep wrote:
      Hello All,
      >
      I use PHPMailer with my SMTP server mail.demo.com
      I changed my mail server to mail.demo.com to mail.anotherdem o.com
      >
      So, i replaced mail.demo.com by mail.anotherdem o.com
      similarly with his port no. also,
      >
      However, my application does not sent email.
      >
      So, what can be the reason ?
      >
      Please, tell me.
      >
      Thanks in advance.
      A number of ISP's recently made changes whereby they only accept
      Authenticated AND encrypted SMTP connects from with in their network. I
      have not had the time to research how to do this within my own server...
      I have heard there is a "fix" for it. Search for phpmailer smtp ssl.

      See: http://phpmailer.codeworxtech.com/changelog.html

      Comment

      Working...