I have this array
Array (
[3] => Array (
[IDFattura] => 3
[Data_Scadenza] => 2011-06-23
[Importo] => 343.30
[IDTipo_Offerta] => A
[Email] => [email protected] )
[4] => Array (
[IDFattura] => 4
[Data_Scadenza] => 2011-06-23
[Importo] => 98.40
[IDTipo_Offerta] => A
[Email] => [email protected] )
[7] => Array (
[IDFattura] => 33
[Data_Scadenza] => 2011-06-23
[Importo] => 18.40
[IDTipo_Offerta] => A
[Email] => [email protected] ) )
Now I need send ONE email to each Email, but [email protected] (in email body ) will have a table with two rows, instead of Tom that will have 1 row. Hope you understand me!
[email protected] ) )to[email protected] )