Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2008
    Location
    San Diego, CA
    Posts
    45
    Plugin Contributions
    0

    Default Contact Us email issues

    When trying to test the Contact Us page I get this error:
    Email Error: SMTP Error: The following recipients failed: [email protected]

    I have tried a vast array of configurations:
    Transport methods, port, host, etc. Optimum settings seem to get me the reciepients failed error. Current settings listed below.

    Per suggestions in other links: removed pull down menu of emails addresses, set, and MINE=true.

    Have contact web host (Brinkster), they can't figure it out either.

    in Admin/Tools/Sever-Version info
    There is a line SMPT = LOCALHOST.
    Does this need to be changed to the same Host as in the email configuration?

    Any other suggestions?


    Server Information
    Server OS: Windows NT PREMFS11 5.2 build 3790
    Database: MySQL 5.0.51a-community-nt
    PHP Version: 5.2.5 (Zend: 2.2.0) PHP Memory Limit: 32M
    PHP Safe Mode: Off
    PHP File Uploads: On Max Size: 32M POST Max Size: 32M
    Database Data Size: 340 kB Database Index Size: 360 kB



    Code:
    E-Mail Transport Method  	             smtpauth  	 
    E-Mail Linefeeds 	                             LF
    Use MIME HTML When Sending Emails       true 	
    Send E-Mails 	                            true 
    Email Archiving Active? 	             true 
    E-Mail Friendly-Errors 	false 
    Email Address (Displayed to Contact you) 	[email protected]
    Email Address (sent FROM) 	                [email protected] 	
    Emails must send from known domain? 	No 	
    Email Admin Format? 	                                 TEXT 	
    Send Copy of Order Confirmation Emails To  [email protected] 	
    Send Copy of Create Account Emails To - Status 	0 	
    Send Copy of Create Account Emails To 	[email protected] 
    Send Copy of Tell a Friend Emails To - Status 	0 	
    Send Copy of Tell a Friend Emails To 	[email protected]
    Send Copy of Customer GV Send Emails To - Status 	0 	
    Send Copy of Customer GV Send Emails To 	[email protected] 	
    Send Copy of Admin GV Mail Emails To - Status 	0 
    Send Copy of Customer Admin GV Mail Email [email protected]
    Send Copy of Admin Discount Coupon Mail Emails To - Status 	0
    Send Copy of Cust Admin Disc Coupon Emails   [email protected]
    Send Copy of Admin Orders Status Emails To - Status    0
    Send Copy of Admin Orders Status Emails To [email protected] 
    Send Notice of Pending Reviews Emails To - Status 	0
    Send Notice of Pending Reviews Emails To 	[email protected] 
    Set "Contact Us" Email Dropdown List 	
    Allow Guest To Tell A Friend 	                false 	 
    Contact Us - Show Store Name and Address 	1  
    Send Low Stock Emails 	                   0 
    Send Low Stock Emails To 	         [email protected]  
    Display "Newsletter Unsubscribe" Link? 	false  
    Audience-Select Count Display 	               false 	
    SMTP Email Account Mailbox 	    [email protected] 	 
    SMTP Email Account Password 	 
    SMTP Email Mail Host 	                     mail.fabfotoframes.com 
    SMTP Email Mail Server Port 	   25
    Convert currencies for Text emails 	£,£:€,€

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Contact Us email issues

    might spell this different:
    [email protected]
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2008
    Location
    San Diego, CA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Contact Us email issues

    Thanks Linda, good catch.
    Now email error is same, but has the correctly spelled address:

    Email Error: SMTP Error: The following recipients failed: [email protected]

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Contact Us email issues

    Sorry ... that was the first thing to come to mind ... now I am not sure what your problem is ...

    Make sure you can email that address from something else (like hotmail) and receive email on that address ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jul 2008
    Location
    San Diego, CA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Contact Us email issues

    Combinate of the following seems to be working for the Contact Us page:
    E-Mail Transport Method smtp
    SMTP Email Mail Host mail.fabfotoframes.com
    SMTP Email Mail Server Port 25 (seems to work with this blank)
    This in combination of fixing the typo fixed the Contact page.

    Then tried new client creating, getting same error when registration finishes and the email tries to send.
    Email Error: SMTP Error: The following recipients failed: [email protected] (using my home email)

    Also made the following changes...
    Class.phpmailer.php
    Added to HOST line: "mail.fabfotoframes.com;localhost"
    Changed SMTAuth = true was false

  6. #6
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Contact Us email issues

    Quote Originally Posted by rweeks View Post
    SMTP Error: The following recipients failed
    That message is triggered when the mailserver that your store is attempting to talk to says that it doesn't like the email address you're trying to send to.

    I recommend checking the mailserver's error logs for more detailed explanation of the problem.

    When running on Windows hosts, the use of SMTPAUTH is recommended -- will need to specify SMTP username, password, host and port. SMTPAUTH causes you to log in and be as accurately authenticated as possible, minimizing most error possibilities.

    But if your mailserver doesn't like the recipient, there's not much you can do about it from your cart side.



    As an aside, I've attempted to use Zen Cart on a couple sites hosted by Brinkster and always ran into that kind of problem (plus a few others). There was never a solution available other than finding a different host ... after which things worked flawlessly within minutes.
    .

    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.

 

 

Similar Threads

  1. Notification Email Issues in German -Issues with Umlaute-
    By HEAT in forum Managing Customers and Orders
    Replies: 7
    Last Post: 5 Nov 2010, 02:06 PM
  2. Contact Us Page Email Issues
    By perkiekat in forum General Questions
    Replies: 4
    Last Post: 15 Sep 2009, 07:55 AM
  3. I contact or Constant Contact Email Sign-Up
    By CoolCarPartsOnline in forum General Questions
    Replies: 1
    Last Post: 18 Jan 2009, 03:45 PM
  4. site email contact form not sending to certain email addresses
    By chief_wiggum in forum General Questions
    Replies: 1
    Last Post: 29 Aug 2006, 03:56 PM
  5. Replies: 2
    Last Post: 13 Jul 2006, 11:25 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR