Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Emails are not sending what-so-ever

    E-mails are not sending from the contact form or from the administration area of Zen Cart.

    I am using Zen Cart on Windows Server w/IIS and the SMTP server is a different server on the same domain.

    I have tried switching from smtpauth to PHP but neither are working.

    However, when I switched to PHP and changed the test customer profile account's e-mail address to one on the same domain, it says the e-mail sends successfully but the e-mail is not received. But, other domains are not working, such as trying to send to a gmail account.

    Any help is appreciated! Thank you!

  2. #2
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Re: Emails are not sending what-so-ever

    Update:

    It is sending e-mails using PHP to one address on the domain (eg. [email protected]) but it errors on another address (eg. [email protected])

    Now I am really confused!

  3. #3
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Emails are not sending what-so-ever

    you could try to upload this at your webserver somewhere

    Code:
    <?php 
    $to = "[email protected]"; 
    $subject = "Hi!"; 
    $body = "Hi,\n\nHow are you?"; 
    if (mail($to, $subject, $body)) {   
    echo("<p>Email successfully sent!</p>");  
    } 
    else 
    {   
    echo("<p>Email delivery failed…</p>");  
    } 
    ?>
    run that from your browser and a mail should be send (using the internal php mailer, edit the email ofcourse)

    if you dont receive the email then there is something wrong with the settings in php.ini

 

 

Similar Threads

  1. Replies: 4
    Last Post: 11 Mar 2016, 02:14 AM
  2. v139h All emails are suddenly sending in Text format, regardless of what customer's select
    By SethF in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 11 Jun 2013, 05:42 AM
  3. Emails from my store are sending multiple times
    By missa425 in forum General Questions
    Replies: 1
    Last Post: 18 Oct 2009, 11:03 PM
  4. No Emails are Sending from cart
    By nanajo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 May 2006, 08:56 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