Yes, the constructor *sends* a message.
Note that `send� does not massage the email message (header + empty line + body) in any way. You do not get MIME nor even header lines like `Subject: �, `To: � etc.. The only thing you get are are the header lines `From: � and `Date: �, which seem to be appended to the header lines somewhere else.
The interface of this class is extremely ugly and should be refactored. See `Portal_Appliation.sub_Category_Store_SendEmail� for sample use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|