Initial import
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
try {
|
||||
ini_set('sendmail_from', 'coe@nasledstvo.bg');
|
||||
$res = mail('vasilef@gmail.com', 'this is te subj', 'this is the msg', 'From: coe@nasledstvo.bg');
|
||||
var_dump($res);
|
||||
} catch (Exception $e) {
|
||||
die('Message not sent');
|
||||
}
|
||||
Reference in New Issue
Block a user