Skip to content

Commit

Permalink
remove stupid left over debug that breaks sending
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Mar 17, 2017
1 parent 914d6b4 commit 42c7b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smtp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public function process() {
}

/* send the message */
$err_msg = 'test'; //$smtp->send_message($from, $recipients, $mime->get_mime_msg());
$err_msg = $smtp->send_message($from, $recipients, $mime->get_mime_msg());
if ($err_msg) {
Hm_Msgs::add(sprintf("ERR%s", $err_msg));
repopulate_compose_form($draft, $this);
Expand Down

0 comments on commit 42c7b0c

Please sign in to comment.