
Luca Nonato - 2011-05-17 15:48:12
Hi!
First of all: Great class! :)
Then the problem: i found that the $body array is incomplete. It contains 1 or 2 lines even if the e-mail is 8 lines long. I can send you the message files from our mailserver, if this can help.
--8<----8<----8<----8<--
Original body:
---
28/05/2011
raviolo
39/05/2011
29/05/2011
Ciao,
Luca
--8<----8<----8<----8<--
Body retrieved:
---
Array ( [0] => 28/05/2011 [1] => raviolo [2] => )
--8<----8<----8<----8<--
Original body:
---
Ignorami...
Ciao,
Luca
--8<----8<----8<----8<--
Body retrieved:
---
Array ( [0] => Ignorami... [1] => [2] => )
--8<----8<----8<----8<--
Does make sense?
FYI i'm using this to create a page for our website to allow (Our softball team) players to tell the coach (and other players) if they're available for each game, via web or e-mail...
Cheers!
Luca