<?php $from = "Vladyslav <v.o.krasovsky@gmail.com>"; $headers = "From:" . $from; echo mail ("vk@codemotion.eu" ,"Test Email" , "text", $headers); ?>