Results 1 to 6 of 6

Cannot send any emails

This is a discussion on Cannot send any emails within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hi I have tried al combinations of SMPT , LF etc, but no emails are received but OCS_MAX says they ...

      
  1. #1
    Lurker
    Join Date
    Aug 2004
    Posts
    3
    Rep Power
    0


    Default Cannot send any emails

    Hi

    I have tried al combinations of SMPT , LF etc, but no emails are received but OCS_MAX says they are sent OK.

    My hosts says to use SMPT.

    I read somewhere that they found their A records where not set up correctly. What exactly are A records and what should the set-up be.

    Otherwise everything installed OK, but without emails I am dead in thew water.

    Is there a lifeguard around? Blub...blub...

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    An A record gives you the IP address of a domain.

    There are few ways to check if your "A Records" are correctly set,

    http://www.rscott.org/dns/a.html

    see if that helps

  3. #3
    Lurker
    Join Date
    Aug 2004
    Posts
    3
    Rep Power
    0


    Default

    Thanks

    I did a look up and got

    DNS Lookup: dragonmoon.ca A record
    Generated by www.DNSstuff.com
    How I am searching:
    Searching for A record for dragonmoon.ca at m.root-servers.net: Got referral to NS-EXT.VIX.COM. [took 195 ms]
    Searching for A record for dragonmoon.ca at NS-EXT.VIX.COM.: Got referral to e20ns1.dns-he.com. [took 100 ms]
    Searching for A record for dragonmoon.ca at e20ns1.dns-he.com.: Reports dragonmoon.ca. [took 92 ms]

    Answer:


    Domain Type Class TTL Answer

    dragonmoon.ca. A IN 14400 66.225.255.131
    dragonmoon.ca. NS IN 14400 e20ns2.dns-he.com.
    dragonmoon.ca. NS IN 14400 e20ns1.dns-he.com.
    e20ns2.dns-he.com. A IN 135379 66.225.255.132


    Should I be concerned about two IP being shown here?
    66.225.255.131
    66.225.255.132

    Thanks

  4. #4
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    well now that you know ur "a records" are correct, use phpInfo() to look up your php configurations, look for SMTP local and master values and smtp_port, if that looks correct, create a test script to send a mail, somethin like:


    Code:
    if(!mail(ToAddress@domain.com,subject,message))
        echo "Mail Not Sent<br>";
    else
        echo "Mail Sent<br>";
    alteast that should tell you if your server is configured correctly to handle outgoing mails.

  5. #5
    Lurker
    Join Date
    Aug 2004
    Posts
    3
    Rep Power
    0


    Default

    I think I found out what it is. This may help others who can't send emails, or at least receive them from OSCommerce.

    I had another SMTP server for my mail, not the SMTP server my oscommerce was on, but the domain name for my email was on the same server.


    But if you send emails from the same server where your account is set
    up, all these emails go to the main account, not to the server where your
    MX record is pointed. Local delivering has higher priority, so all your emails from this
    scrip went to the account on the main server.

    Solution. Change the SMTP server to be the same as the domain name.

    It will take a few days for this to take effect but I believe this will solve the problem.

  6. #6
    Lurker
    Join Date
    Oct 2004
    Posts
    1
    Rep Power
    0


    Default Cannot send out emails from OSCommerce

    Hi, I just setup my online store (based on OSCommerce) in my webhosting server. I tried doing some purchases to test out the system. I managed to do a purchase, but I dont seem to receive any email notification about the sales/purchases, both for the purchaser and the shop owner. I already set the email address in the admin page. I think this is mainly due to the email server setting (maybe??)

    I would like to know where can I set my email server acct (i.e SMTP server name). I cant find any option in the admin page to allow me to key in my smtp server name, login name and password.

    Really appreciate some help on this. TQ.

Similar Threads

  1. How can i NOT send a INVOICE??
    By walliley in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 04-25-2005, 04:22 AM
  2. osCommerce won't send any emails...
    By schiznotty in forum osCommerce 2.2 Installation Help
    Replies: 6
    Last Post: 04-02-2005, 07:47 AM
  3. I can't send more than one email, WHY???
    By toniwong in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-10-2004, 10:35 PM
  4. Emails only send to Webbased addresses (cant find solution)
    By ugleee in forum osCommerce 2.2 Installation Help
    Replies: 6
    Last Post: 04-21-2004, 11:12 AM
  5. processing and delivered status change emails send bad link.
    By nfmg in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-09-2003, 09:38 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
  •