Search:
Type: Posts; User: magega49
Search :
Search took 0.02 seconds.
Email is not going to sender but I dont know if I have to replace: this two lines with some thing 'From: Me <me@example.com>' . "\r\n";
$headers .= 'Cc: me@example.com' . "\r\n";
where it said...
Hello, I try the code you gave me and didn't work, can you please tell me why?
<?
$to = 'wilson@magega.com';
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
// Additional...
Hello Guys,
Can some one help me on how to add a cc to my script
<?
$to = 'wilson@magega.com';
$subject = 'Online Employees Time Cards';
$message =
Hi, I have the same problem but my code look diferent then your
<?
$to = 'wilson@magega.com';
$mailHeader = "Cc: $name <$email>\r\n"; I add this code but dont work here...
$subject = 'Online...