|
Posted by Ruud on 08/09/07 07:50
On Aug 7, 5:29 pm, ELINTPimp <smsi...@gmail.com> wrote:
> > Now it won't send any body text (The data filled in on the form)....
>
> the call to mail() within the send method need to be changed to:
>
> mail($this->to, $this->subject, $this->body, $mime);
>
> > ...and in an error condition it won't send any attachments either.
>
> can you describe this a little better?
I Changed "" into $this->body, there is still no body text
I changed "" onto "test" there is still no body text
the error condition:
If I understand the source correct it makes a rmlog.xml file when the
number of arguments is not equal to 48. I receive these mails but also
without a body or attachment
[Back to original message]
|