Jump to content

Search the Community

Showing results for tags 'to: header'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Am still learning and need help with the following. My php script on the server sends out a daily message to a list of subscribers. Of late I am receiving a 550 error message from mainly email addresses that are held by large portals like gmail, yahoo, hotmail, aol, etc. The bounced emails are sent back to my server with the server's general email address. Here is a typical example: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: boldarn@hotmail.com SMTP error from remote mail server after end of data: host spamexperts1.genwebserver.com [216.15.166.132]: 550 Messages should have one or no To headers, not 2. ------ This is a copy of the message, including all the headers. ------ Return-path: <h3rw1d@alvin.genwebserver.com> Received: from h3rw1d by alvin.genwebserver.com with local (Exim 4.80.1) (envelope-from <h3rw1d@alvin.genwebserver.com>) id 1VfXRe-003Hg6-Cb; Sun, 10 Nov 2013 10:01:02 -0600 To: boldarn@hotmail.com Subject: Daily/Monthly Numeroscopes for Monday, November 11th, 2013 by certuspersonality.com From: <do-not-reply@certuspersonality.com> To: Arne <boldarn@hotmail.com> Content-Type: text/html Message-Id: <E1VfXRe-003Hg6-Cb@alvin.genwebserver.com> Sender: <h3rw1d@alvin.genwebserver.com> Date: Sun, 10 Nov 2013 10:01:02 -0600 <p>Dear Arne,</p> ...snip... The error is that there are two To: addresses given in the headers (see above) which is not permissible by the receiving server. Question. What should the outgoing headers look like with only one To: address? Thanks for your help. Herward
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.