Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    50
    Plugin Contributions
    0

    Default All my email functions are gone

    I have had a zen cart site up and running for two months and all is fine. Suddenly, all email function is gone. I can't send or receive emails through the site, newsletters don't send, order confimation emails are not received and if there are other aspects to this that are not working I haven't found them yet. I'm waiting for reply from host to find out what server is used. Is there something else I should be asking them? Any advice would be appreciated, but I'm not a technical person so please keep that in mind.

    Thanks!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: All email functions are gone

    What do you mean by "email functions are gone" and "emails don't send"?
    .

    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
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: All email functions are gone

    Are you able to send normal emails from the server?

    Make a file test_email.php and write the following code
    Code:
    <?
    $to = "your email address here";
    $subject = "Testing Yahoo delivery";
    $msg = "Testing why yahoo emails are not reaching!";
    $headers = "From: [email protected]\nReply-To: [email protected]";
    
    mail("$to", "$subject", "$msg", "$headers");
    echo "Email sent!";
    ?>
    please replace the text for $to with your email address
    Now, try to run it and let me know the results
    Do you get any emails?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

 

 

Similar Threads

  1. Replies: 7
    Last Post: 16 Aug 2012, 06:31 PM
  2. All categories are gone! What happened? How do I fix it?
    By bparker in forum General Questions
    Replies: 6
    Last Post: 1 Nov 2010, 08:41 PM
  3. All categories and products are gone
    By polarduality in forum General Questions
    Replies: 22
    Last Post: 1 Oct 2006, 09:25 AM

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