Poniżej dodatkowe zmienne do wykorzystania przy formatowaniu wiadomości:
$title = $item['title'];
$url = $item['link'];
$poczatek = $item['description'];
$czas = date("j.m.Y", $item['date_timestamp']);
$kategoria = $item['category'];
$autor = ereg_replace("example@example.com ", "", $item['author']);