Jump to content

[SOLVED] Weird mail problem


NaGGi

Recommended Posts

Sorry for leaving the code out. This is pretty much all the code there is except some HTML.

 

<?php
$to = "[email protected]";
$subject = "Postin aihe";
$message = "sähköpostin viesti mutta miks tää posti tulee kolme kertaa?!.";
$from = "[email protected]";
$headers = "from: $from" . "\r\n";
$headers .= "cc: kekkonen" . "\r\n";
mail($to,$subject,$message,$headers);
echo "Viesti lähetetty.";
?> 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.