Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    help question PayPal SMTP Error

    Please help -- SITE IS LIVE..

    Using PayPal and the last transaction .. confirm order..and then I get this error message:

    Email Error: SMTP Error: Data Not Accepted

    I can see the transaction thru admin, customer, order and can see the dollar amount in paypal... I tested email through admin and cart and received email..

    Please what need to be done to fix this problem...I have searched the forum and have checked everything twice...

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal SMTP Error

    What happened when you tested your PayPal transactions before going live? Was the error message any different?

    If you turn on the Check/MoneyOrder module and use it for a test checkout transaction, what happens with the error message?
    .

    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.

  3. #3
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: PayPal SMTP Error

    thanks for answering..but I didn't do a test I just went live...which I should have known better!!! What should I do now! to fix this problem...

    I have taken the site down for maintenance so folks will not try to order....

    p.s. I received a received payment for my order email...
    Last edited by pgcotton; 16 Nov 2007 at 08:18 AM.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal SMTP Error

    I suspect your problem is primarily an email issue.

    1. What happened when you tried a Check/MoneyOrder test today?

    2. Troubleshooting Email problems: http://www.zen-cart.com/wiki/index.p...Email_Problems

    3. Troubleshooting PayPal problems, and doing test transactions: http://www.zen-cart.com/wiki/index.php/PayPal
    .

    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.

  5. #5
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    help question Re: PayPal SMTP Error

    Again Thanks... I found the error to be in the functions_mail.php file - Fatal error: Call to a member function on a non-object on line 226:

    $zco_notifier->notify('NOTIFY_EMAIL_READY_TO_SEND');
    if (!$mail->Send()) {
    line226 $messageStack->add('header',sprintf(EMAIL_SEND_FAILED . ' '. $mail->ErrorInfo, $to_name, $to_email_address, $email_subject),'error');
    $ErrorInfo .= $mail->ErrorInfo . '<br />';
    }
    $zco_notifier->notify('NOTIFY_EMAIL_AFTER_SEND');

    PHP coding makes me nervous and I do NOT know what to change.

    Thanks for your help..My Site is Live sooo I am in big trouble! Please save me!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal SMTP Error

    What version of Zen Cart?
    What addons/contributions are installed?
    What patches are installed?
    What are all your settings in Admin->Configuration->Email Options? (except your email password)
    .

    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.

  7. #7
    Join Date
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    help question Re: PayPal SMTP Error

    Version 1.3.7.1
    Addons - Blank Sidebox Mod v2.0
    Patches - NONE

    E-Mail Transport Method smtp
    E-Mail Linefeeds LF
    Use MIME HTML When Sending Emails false
    Send E-Mails true
    Verify E-Mail Addresses Through DNS false
    Email Archiving Active? false
    E-Mail Friendly-Errors false
    Email Address (Displayed to Contact you) [email protected]
    Email Address (sent FROM) ChristianTs <[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 Emails To [email protected]
    Send Copy of Admin Discount Coupon Mail Emails To - Status 0
    Send Copy of Customer Admin Discount Coupon Mail Emails To [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 ChristianTs <[email protected]>
    Allow Guest To Tell A Friend true
    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.christiantsonline.com
    SMTP Email Mail Server Port 26
    Convert currencies for Text emails &pound;,£:&euro

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal SMTP Error

    are you seeing any "email" errors before you see the "call to member function on non-object" error?

    What happens if you change to SMTPAUTH?
    .

    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
    Jul 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: PayPal SMTP Error

    I can use the email feature without any email errors with the current setting.

    when I change to SMTPAUTH - and do a test from tool, then I get this message

    Email Error: SMTP Error: Data not accepted.

    but when I change to sendmail-f it works under tool
    Last edited by pgcotton; 16 Nov 2007 at 04:37 PM.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal SMTP Error

    Well, I would of course suggest using whatever "works".
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 22 Oct 2016, 02:46 PM
  2. Replies: 3
    Last Post: 30 May 2013, 05:57 PM
  3. Replies: 2
    Last Post: 20 Jul 2010, 04:40 PM
  4. Replies: 7
    Last Post: 8 Feb 2010, 01:14 PM
  5. Getting error <Email Error: SMTP Error: Could not connect to SMTP host.>
    By renishm in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 11 Apr 2009, 04:27 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