mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Web: Smpt::New (RM #23)
git-svn-id: svn://ultimatepp.org/upp/trunk@3139 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
de44c7d041
commit
01bcc08a0b
2 changed files with 16 additions and 0 deletions
|
|
@ -424,4 +424,16 @@ bool SmtpMail::Send()
|
|||
}
|
||||
}
|
||||
|
||||
SmtpMail& SmtpMail::New()
|
||||
{
|
||||
to.Clear();
|
||||
to_name.Clear();
|
||||
as.Clear();
|
||||
text.Clear();
|
||||
mime.Clear();
|
||||
error.Clear();
|
||||
transcript_text.Clear();
|
||||
return *this;
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue