Announcement

Collapse
No announcement yet.

V18 not using smtp Port declarations when sending emails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    SellerDeck test it using their own servers which means that the tests don't reflect other hosting configurations
    Elysium:Online - Official Accredited SellerDeck Partner
    SellerDeck Design, Build, Hosting & Promotion
    Based in rural Northants

    Comment


      #17
      Just done all this for a client in v18 and he is still unable to send the email! Any other ideas?

      Interestingly the order shipped email can be sent with no problem...
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment


        #18
        There is also:
        Code:
        $nSmtpPort = 25;
        at line 875 (v1803)
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment


          #19
          I remember now, my hosting company (Smart/Krystal) didn't like the use of the font 'System' in Order Received HTML Inner Layout:

          Code:
          <font face="Courier New, Courier, System">
          Chenge it to:

          Code:
          <font face="Courier New, Courier,  monospace "> 
          Jonathan Chappell
          Website Designer
          SellerDeck Website Designer
          Actinic to SellerDeck upgrades
          Graphicz Limited - www.graphicz.co.uk

          Comment


            #20
            Just confirmation that V.18.0.4 now allows you to specify the SMTP port number in the network setup tab and this now works perfectly. A big thank you to the folks at Sellerdeck for this which is a much easier solution than editing perl files and which should carry over during upgrades making it a one time operation.

            Mike
            -----------------------------------------

            First Tackle - Fly Fishing and Game Angling

            -----------------------------------------

            Comment

            Working...
            X