phpScheduleIt
May 25, 2013, 11:37:44 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: SMTP Log in Confirmation Popup  (Read 336 times)
HousePlantD
Newbie
*

Karma: 0
Posts: 12


« on: August 14, 2012, 10:34:57 AM »

Greetings... my users have noticed that when they add participants to a reservation and click OK/Update the SMTP log shows up in the popup confirmation. Here's the tail end of the popup window:

SMTP -> get_lines(): $data is "354 Enter mail, end with "." on a line by itself "
SMTP -> FROM SERVER:354 Enter mail, end with "." on a line by itself
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 2.6.0 1548 bytes received in 00:00:00; Message accepted for delivery "
SMTP -> get_lines(): $data is "250 2.6.0 1548 bytes received in 00:00:00; Message accepted for delivery "
SMTP -> FROM SERVER:250 2.6.0 1548 bytes received in 00:00:00; Message accepted for delivery

Your reservation was successfully updated!
Your reference number is 502a51f99c098


The actual window contains the entire SMTP conversation with the e-mail server. I've attached a picture as well...

Thanks for the help.

Dan
Logged
HousePlantD
Newbie
*

Karma: 0
Posts: 12


« Reply #1 on: August 16, 2012, 03:58:46 PM »

I found where I had to go... I had turned on SMTP logging but forgot where to turn it off I needed to change line 230 of

lib/external/phpmailer/class.phpmailer.php

to:

public $SMTPDebug     = false;

Good note however for anyone trying to debug their e-mail issues... just need to remember where to go to shut it off!

Cheers,
Dan
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!