Skip to content

Commit

Permalink
Merge pull request #143 from jawtheshark/patch-1
Browse files Browse the repository at this point in the history
Creating event causes log, which breaks redirect
  • Loading branch information
craigk5n committed Mar 22, 2019
2 parents 7efab11 + 4a410b8 commit 2ad7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/WebCalMailer.class
Expand Up @@ -40,7 +40,7 @@ class WebCalMailer extends phpmailer{
// Turn on SMTP authentication.
$this->SMTPAuth = ( $SMTP_AUTH == 'Y' );
$this->SMTPSecure = "tls";
$this->SMTPDebug = 2;
$this->SMTPDebug = 0;
$this->Username = $SMTP_USERNAME; // SMTP username.
$this->Password = $SMTP_PASSWORD; // SMTP password.
}
Expand Down

0 comments on commit 2ad7c21

Please sign in to comment.