We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18878
    • 210 Posts
    Quote from: TXRX at Oct 22, 2007, 02:08 PM

    Anyone?

    I think Brant can give us some ideas here.
      • 30884
      • 142 Posts
      I managed to resolve our problem here:

      The internal SMTP (windows exchange server) REQUIRES a return path email address to be there and valid email address.

      I made sure that an email address was set in this file
      \manager\includes\controls\class.phpmailer.php

      about line 69
          /**
           * Sets the Sender email (Return-Path) of the message.  If not empty,
           * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
           * @var string
           */
          var $Sender            = "myusername@mydomain_name.com";


      And voila ! all is good!

      So Moral of the story is to check that you are able to fulfill all the email fields properly for windows exchange servers...
        p i x e l p u s h e r e x t r o d i n a i r e
        A x i s A n i m a t i o n . c o m
        • 6333
        • 13 Posts
        Hey TXRX:

        Sorry about the delays in responding - just got the email saying that you’d posted. All we had to do is just set the SMTP server in PHP.INI and we were good. We don’t use a Microsoft Hexchange server YES... We’re about to turn one on here at TFC, so thanks for the Heads up!

        ~Brant