if error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4353523 bytes)

add in script :

ini_set("memory_limit","80M");

front :

$headers = "From: $send_from";

More...