osCmax v2.5 User Manual
Results 1 to 6 of 6

suggestions with oscmax smtp setup

This is a discussion on suggestions with oscmax smtp setup within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hello, I read through the basics on installing smtp through the admin panel, but I'm getting an error when setting ...

      
  1. #1
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default suggestions with oscmax smtp setup

    Hello, I read through the basics on installing smtp through the admin panel, but I'm getting an error when setting up more than one top administrator.

    With the default installation of oscmax (in my windows environment) i'm getting the following error when trying to create another top administrator....

    Code:
    Warning:  mail() [function.mail]: SMTP server response: 550-(rick-pc) [69.5.34.154] is currently not permitted to relay through this 550-server. Perhaps you have not logged into the pop/imap server in the last 30 550 minutes or do not have SMTP Authentication turned on in your email client. in C:...catalogadminincludesclassesemail.php on line 521
    I looked at the line of code in email.php and it shows me...

    Code:
     if (EMAIL_TRANSPORT == 'smtp') {
            return mail($to_addr, $subject, $this->output, 'From: ' . $from . $this->lf . 'To: ' . $to . $this->lf . implode($this->lf, $this->headers) . $this->lf . implode($this->lf, $xtra_headers));
          } else {
            return mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers));
          }
        }
    Does anyone have recommendations on how to solve this issue? Also I see no place to authenticate smtp through oscmax. Is it possible for me to put in some authentication settings in email.php without modifying the php.ini file (i.e. host address, port number, required, username, password )? I won't have access to the php.ini file on my live host.

    thanks
    blackhawk

  2. #2
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: suggestions with oscmax smtp setup

    hmm...looks like the accounts are created and that error "only" accord the first time I created an additional admin, but not after that.

  3. #3
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: suggestions with oscmax smtp setup

    That's not an error you will have on your live site running on your server. It's trying to send an email when you create the admin and it cannot connect to your smtp which is how it should be.
    John

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: suggestions with oscmax smtp setup

    If you on a TEST local host server - chances are you don't have a SMTP server or mail relay setup. As a default - it tries to email passwords if your setting up new admin users....

    Live server would have the smtp properly setup and working.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Re: suggestions with oscmax smtp setup

    thanks for breaking all that down - good info

  6. #6
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Smile Re: suggestions with oscmax smtp setup

    Blackhawk,

    Don't forget to click the 'Thanks' button on the posts ...

    ... it just keeps the number of posts down and the threads shorter and more factual.

    Regards,
    pgmarshall
    _______________________________

Similar Threads

  1. smtp through the authentication smtp server
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-27-2007, 01:05 PM
  2. smtp through the authentication smtp server
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-26-2007, 06:32 AM
  3. smtp through the authentication smtp server
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-03-2007, 11:13 AM
  4. smtp through the authentication smtp server
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 05-25-2007, 01:30 AM
  5. SMTP EMAIL Configuration catalog and admin???? osCMAX RC2
    By ELCHANCHO in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 11-06-2005, 08:14 AM

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
  •