Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: E-mails not working

    Quote Originally Posted by Chuckl View Post
    Has the site been moved to a new server recently, or the server software updated/changed?
    This sounds like a sessions problem on the server, or out of date cached data. Could also be a very old Mysql version, but thats unlikely.

    Check Admin-Tools-Server/Version info for the installed versions, and scroll down to the 'sessions' section for sessions settings.
    You could also disable any caching in the configure.php files to see if that helps.
    Hi,

    Sorry to snoop on your replies but I am having the same problem sort of. I moved my Zencart from www.domain.com.au/cart to www.domain.com.au and the emails arent working anymore. Customers can send me emails from contact us section but no emails are sent when they register and/or their orders are updated. I have changed the sessions setting but I really dont no what else to do.

    Any help would be greatly appreciated.

    Thanks

  2. #12
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: E-mails not working

    Axol, The problem Dan was getting was related to an SQL query and the Sessions data, hence the suggestion about settings.
    Your description suggests that emails to 'local' email addresses - like [email protected] are being delivered, while 'external' ones like customers email addresses are not.
    I would suggest that you enable email archiving - Admin-Configuration-Email Options, and send a test email from admin. Then check the email_archive table in your database, using PHPmyAdmin or similar to see whether it has been archived.
    Since the archiving occurs after the email is 'sent' this would suggest that all is well with your site move, if not, you probably have a permissions setting wrong on a folder somewhere, config error, or not all files have been moved correctly.
    If all is well with the archiving, then I would suspect a server config problem, again permissions, or a wider problem with your domain mail config.

  3. #13
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: E-mails not working

    Thanks for your responce Chuckl. I have enabled archiving and all the emails are showing up, internal and external, yet only the internal onces are reaching their targets. Any other ideas I might be able to try before I have to involve the hosting company since they arent the most helpful bunch of nerds :)

  4. #14
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: E-mails not working

    If the emails are archived and look ok in the archive then the Zen Cart software 'believes' that the mail has been sent, as all it does is create the mail and pass it on to a mail server for delivery.
    I suggest that you visit www.dnsstuff.com and do a dnsreport on your domain - mydomain.com.au, no www, and see if there are any large red errors flagged, particularly with regard to the mail setup. You should also check the listed mail servers for your domain in the report.
    Most problems, particularly with the free services - yahoo, hotmail,gmail etc are caused by things that will be flagged there.
    If that all looks good, then you'll have to ask your hosting co. to check the mail logs to see what they think has happened to your mail.

  5. #15
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: E-mails not working

    Quote Originally Posted by Chuckl View Post
    If the emails are archived and look ok in the archive then the Zen Cart software 'believes' that the mail has been sent, as all it does is create the mail and pass it on to a mail server for delivery.
    I suggest that you visit www.dnsstuff.com and do a dnsreport on your domain - mydomain.com.au, no www, and see if there are any large red errors flagged, particularly with regard to the mail setup. You should also check the listed mail servers for your domain in the report.
    Most problems, particularly with the free services - yahoo, hotmail,gmail etc are caused by things that will be flagged there.
    If that all looks good, then you'll have to ask your hosting co. to check the mail logs to see what they think has happened to your mail.
    Thanks again. No errors flagged regarding mail. Name servers are set to ns1 and ns2.mydomain.com.au. I have been sending mail to 2 of Australias major ISP's and also hotmail and yahoo and none of them have worked. Looks like I have to ask the hosting co unless you have any other things I can try? :)

  6. #16
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: E-mails not working

    The no errors flagged is a good start, means there is nothing severely negative in the setup.
    An increasingly common problem I'm seeing is that the mail is being sent out from your site by your hosting companies mail servers but that they are not listed as 'sending mail servers' for your domain in an SPF record. This will almost certainly doom any mail from the site to the spam or delete folders.
    i.e. Your site www.mydomain.com.au is correctly set up, but the emails are being sent out by mail576.awfullybighosting.com.au. Instant Spam flag.
    If any of the external email addresses you mentioned are your own test addresses/friends etc, check the spam folders.

    I'd say you need to contact your hosts, outline the problem, and specifically ask for the mail logs to be checked, to see if the receiving mail servers are outright rejecting or deferring the mail.
    Unfortunately, in an ecommerce/online store type environment, there is often nowhere for the bounced mail report to go.
    If there's nothing in the logs, it is a problem in the site to mail server setup.

    There is also the usual, make sure that 'send from known domain' is set to true, the email transport is set to what the hosting co recommends etc.

  7. #17
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: E-mails not working

    Quote Originally Posted by Chuckl View Post
    The no errors flagged is a good start, means there is nothing severely negative in the setup.
    An increasingly common problem I'm seeing is that the mail is being sent out from your site by your hosting companies mail servers but that they are not listed as 'sending mail servers' for your domain in an SPF record. This will almost certainly doom any mail from the site to the spam or delete folders.
    i.e. Your site www.mydomain.com.au is correctly set up, but the emails are being sent out by mail576.awfullybighosting.com.au. Instant Spam flag.
    If any of the external email addresses you mentioned are your own test addresses/friends etc, check the spam folders.

    I'd say you need to contact your hosts, outline the problem, and specifically ask for the mail logs to be checked, to see if the receiving mail servers are outright rejecting or deferring the mail.
    Unfortunately, in an ecommerce/online store type environment, there is often nowhere for the bounced mail report to go.
    If there's nothing in the logs, it is a problem in the site to mail server setup.

    There is also the usual, make sure that 'send from known domain' is set to true, the email transport is set to what the hosting co recommends etc.
    Thanks. The funny thing is though, before I moved the files, the emails where working perfectly. Everything else is working fine, its just its a pain in the ###### regarding the emails. This is why im thinking it is a configuration issue.

    A have another hosting account so I might xfer the site over so I can wipe and start over again on the current hosting compnay.

    Thanks for your help though. Much appreciated.

  8. #18
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: E-mails not working

    I wouldn't get too inventive on more moving/relocating just yet, better to track down the problem.
    As I mentioned earlier, you could still have a config type problem, caused indirectly by the move. If your hosting environment is using SuExec or SuPHP, very subtle crashes can occur if the folder permissions are not exactly right. If this happens deep down in the sub folders, you may well not see an error message, or it can flash up so briefly that it is easily missed.
    That is why the mail logs are important. They reveal whether the mail was accepted from your site by the host mail server, and whether it was successfully sent on down the line.

  9. #19
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: E-mails not working

    Quote Originally Posted by Axol View Post
    Thanks. The funny thing is though, before I moved the files, the emails where working perfectly. Everything else is working fine, its just its a pain in the ###### regarding the emails. This is why im thinking it is a configuration issue.
    How exactly did you change folders? What exact steps did you follow to get from "then" to "now"?
    .

    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.

  10. #20
    Join Date
    Aug 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: E-mails not working

    Quote Originally Posted by DrByte View Post
    How exactly did you change folders? What exact steps did you follow to get from "then" to "now"?
    Thanks for your reply. I followed all the steps layed out in the below FAQ entry.

    https://www.zen-cart.com/tutorials/i...hp?article=122

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. HTML e-mails stopped working
    By Fehfeh in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 25 Apr 2012, 07:12 AM
  2. E-mails not arriving...
    By Matt Noiseux in forum General Questions
    Replies: 12
    Last Post: 20 Sep 2007, 07:11 PM
  3. Order status e-mails not working (edit orders mod installed)
    By fradesigns in forum Managing Customers and Orders
    Replies: 6
    Last Post: 9 Sep 2007, 02:06 PM
  4. e-mails not working to office server
    By sentinel_gt in forum General Questions
    Replies: 17
    Last Post: 10 Jul 2006, 06:06 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