Thread: Mail failure

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    help question Mail failure

    I have recently moved to a new hosting company, and I have noticed since the move the main email featured on our "contact us" page receives an error message when someone tries to contact us. I called into support a few times and they can't seem to find the issue and I'm hoping someone here can help. I am providing the error message below:
    Code:
    From: Mail Delivery System <[email protected]>
    Date: June 21, 2011 5:12:58 PM EDT
    To: [email protected]
    Subject: Mail failure - malformed recipient address A message that you sent contained one or more recipient addresses that were incorrectly constructed:
    
     "[email protected]" <>: missing or malformed local part
    
    This address has been ignored. There were no other addresses in your message, and so no attempt at delivery was possible.
    
    ------ This is a copy of your message, including all the headers. ------
    
    Date: Tue, 21 Jun 2011 17:12:58 -0400
    Return-Path: [email protected]
    To: "[email protected]" <>
    From: Customer <[email protected]>
    Reply-to: customer <[email protected]>
    Subject: Message from BoatersPlanet.com
    Message-ID: <[email protected]>
    X-Priority: 3
    X-Mailer: PHPMailer [version 1.73] via Zen Cart
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset="iso-8859-1"

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Mail failure

    This might be the issue???

    Sending to and from are the same

    Code:
    Return-Path: [email protected]
    To: "[email protected]" <>
    From: Customer <[email protected]>
    Use another address as the customer NOT the one that it is being sent to

  3. #3
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    Default Re: Mail failure

    Hey Kobra,

    I could see how that might present a problem but I have not configured any email settings in zen cart that I can remember. I am experiencing the issue when someone fills out the "contact us" form located at https://boatersplanet.com/index.php?...age=contact_us . I then tried with my email address which I can disclose in it's entirety below:
    Code:
    From: Mail Delivery System <[email protected]>
    Date: June 27, 2011 5:31:36 PM EDT
    To: [email protected]
    Subject: Mail failure - malformed recipient address
    A message that you sent contained one or more recipient addresses that were
    incorrectly constructed:
    
     "[email protected]" <>: missing or malformed local part
    
    This address has been ignored. There were no other addresses in your
    message, and so no attempt at delivery was possible.
    
    ------ This is a copy of your message, including all the headers. ------
    
    Date: Mon, 27 Jun 2011 17:31:36 -0400
    Return-Path: [email protected]
    To: "[email protected]" <>
    From: Chris <[email protected]>
    Reply-to: Chris <[email protected]>
    Subject: Message from BoatersPlanet.com
    Message-ID: <[email protected]>
    X-Priority: 3
    X-Mailer: PHPMailer [version 1.73] via Zen Cart
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset="iso-8859-1"
    
    From:    Chris
    Email:    [email protected]
    
    ------------------------------------------------------
    
    test message
    
    ------------------------------------------------------
    As you can see the email used was mine, but info still receives the error.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Mail failure

    have not configured any email settings in zen cart that I can remember
    You need to then

    admin > config > email options > Email Address (Displayed to Contact you)

  5. #5
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    Default Re: Mail failure

    Hmm... I seem to be having the same issue.. As I said before I never had a problem until we switched o the new hosting company. I am posting a snapshot of the email config in ZC admin. and I'll repost the error message.



    Code:
    A message that you sent contained one or more recipient addresses that were
    incorrectly constructed:
    
      "[email protected]" <>: missing or malformed local part
    
    This address has been ignored. There were no other addresses in your
    message, and so no attempt at delivery was possible.
    
    ------ This is a copy of your message, including all the headers. ------
    
    Date: Mon, 27 Jun 2011 17:56:29 -0400
    Return-Path: [email protected]
    To: "[email protected]" <>
    From: Chris <[email protected]>
    Reply-to: Chris <[email protected]>
    Subject: Message from BoatersPlanet.com
    Message-ID: <[email protected]>
    X-Priority: 3
    X-Mailer: PHPMailer [version 1.73] via Zen Cart
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset="iso-8859-1"
    
    From:	Chris
    Email:	[email protected]
    
    ------------------------------------------------------
    
    test message
    
    ------------------------------------------------------
    Last edited by Boatersplanet; 27 Jun 2011 at 11:08 PM.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Mail failure

    Have yoiu created a mail box on your host for [email protected]??

    You can also blank out te SMTP info as you have selected php as your method

  7. #7
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    Default Re: Mail failure

    Quote Originally Posted by kobra View Post
    Have yoiu created a mail box on your host for [email protected]??
    Yes I have.. I removed the smtp config also

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Mail failure

    Admin->Configuration->Email Options->Set "Contact Us" Email dropdown list. You've not followed the prescribed format. If you're going to type a value in there, then read the help text presented when in edit mode and follow the pattern as described, or just leave it blank and let it use the default address.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    Default Re: Mail failure

    Quote Originally Posted by DrByte View Post
    Admin->Configuration->Email Options->Set "Contact Us" Email dropdown list. You've not followed the prescribed format. If you're going to type a value in there, then read the help text presented when in edit mode and follow the pattern as described, or just leave it blank and let it use the default address.
    Please excuse my ignorance. I wasn't looking for this as many of my options transferred over with the migration. If it helps anyone I had to reformat the email field with the appropriate <>'s in
    Code:
    Set "Contact Us" Email Dropdown List
    On the "Contact Us" Page, set the list of email addresses , in this format: Name 1 <email@address1>, Name 2 <email@address2>

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Mail failure

    Please excuse my ignorance. I wasn't looking for this as many of my options transferred over with the migration. If it helps anyone I had to reformat the email field with the appropriate <>'s in
    The correct form if you are having more than one email address for a customer to choose from on the contact form is

    No <> needed I believe

    Actually this also is valid

    Code:
    General <[email protected]>, Orders <[email protected]>
    Last edited by kobra; 28 Jun 2011 at 03:00 AM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 sql error in admin mail.php - send mail and newsletters
    By delia in forum General Questions
    Replies: 1
    Last Post: 1 May 2015, 02:52 AM
  2. mail failure
    By usbbqsupply in forum General Questions
    Replies: 1
    Last Post: 19 Dec 2010, 05:56 AM
  3. Sending e-mail order notification to more than one e-mail address
    By gardengate in forum Basic Configuration
    Replies: 2
    Last Post: 8 Apr 2008, 06:23 PM
  4. Replies: 6
    Last Post: 23 Oct 2007, 08:45 PM
  5. Order confirmation failure notice. How to change e-mail?
    By dieter in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Jul 2007, 01:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg