diff options
| author | Urban Müller | 2009-03-17 02:45:06 +0000 |
|---|---|---|
| committer | Urban Müller | 2009-03-17 02:45:06 +0000 |
| commit | 191a6a6cba97707d22e2f66d341ea6e83bdf217f (patch) | |
| tree | d6f097c07911caae6512dfdc000a080b076f4689 | |
| parent | 8a64a00e6ad829593cba657a50599e54ebbd3036 (diff) | |
| download | itools-191a6a6cba97707d22e2f66d341ea6e83bdf217f.tar.gz itools-191a6a6cba97707d22e2f66d341ea6e83bdf217f.tar.bz2 itools-191a6a6cba97707d22e2f66d341ea6e83bdf217f.zip | |
forcmail debug param
| -rw-r--r-- | it_mail.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_mail.class b/it_mail.class index 49326b7..9ab04bd 100644 --- a/it_mail.class +++ b/it_mail.class @@ -286,7 +286,7 @@ function send() $text .= "--$boundary1--\n"; } - if (it::is_live()) + if (it::is_live() || EDC('forcemail')) return mail($to, $this->header_escape($this->subject), $text, join("\n", $headers), $this->flags); else return ED($to, $this->header_escape($this->subject), $text, $headers, $this->flags); |