mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 14:10:12 +01:00
fixed a mail restore issue
This commit is contained in:
parent
bcca735a1a
commit
23b5333429
@ -34,7 +34,7 @@ class ModelMailMail extends Model {
|
|||||||
|
|
||||||
fputs($r, $msg);
|
fputs($r, $msg);
|
||||||
|
|
||||||
if(!preg_match("/\r\n.\r\n$/", $msg)){
|
if(!preg_match("/\r\n\.\r\n$/", $msg)){
|
||||||
fputs($r, "\r\n.\r\n");
|
fputs($r, "\r\n.\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user