當它到我的網站發送電子郵件給用戶,所以發送一些這樣的平淡和污垢,所以這就是我想怎麼喜歡/獲得一些顏色在頁面上有點風格。不錯的電子郵件給用戶
我和一位朋友聊天,他說可以給發送給在網站上註冊的用戶發送電子郵件。所以它不僅僅是一個無聊的電子郵件使用得到。
希望,否則你知道你很歡迎來問我
我希望你能幫助我
你能不能給我一個鏈接,或者告訴我應該怎麼做,這樣我可以得到一個不錯的電子郵件我的用戶。
if ($stmt = $mysqli->prepare('SELECT NULL FROM `brugere` WHERE `email` = ?')) {
$stmt->bind_param('s', $email);
$email = $_POST['email'];
$stmt->execute();
$stmt->store_result();
$count = $stmt->num_rows;
$stmt->close();
if ($count > 0)
{
$user_found = 1;
}
}
if(!isset($user_found))
{
if($_POST["password"] != $_POST["gentag"])
{
$errors = 1;
echo "<li id=\"check_not\">Skrive ens password på siden..</li>";
}
if (empty($_POST['password']) && empty($_POST['gentag']))
{
$errors = 1;
echo "<li id=\"check_not\">Skrive et password på siden..</li>";
}
if(!isset($errors))
{
$pb = null;
include "class.upload.php";
$handle = new Upload($_FILES['file']);
if($handle->uploaded)
{
//lidt mere store billeder
$handle->image_resize = true;
$handle->image_ratio_y = true;
$handle->image_x = 220;
$handle->Process("profil/store");
//til profil billede lign..
$handle->image_resize = true;
$handle->image_ratio_crop = true;
$handle->image_y = 75;
$handle->image_x = 75;
$handle->Process("profil");
$pb = $handle->file_dst_name;
echo "<h2>Tak for du opret dig hos xx.dk</h2>";
?>
<img src="http://xx.dk/ (...) echo $pb;?>" alt="profilbillede" height="75" width="75"><br />
<?php
echo "<li id=\"check_ok\">Dit billede blev upload</li>";
}
else
{
?>
<img src="http://xx.dk/ (...) alt="profilbillede" height="128" width="128"><br />
<?php
echo "<li id=\"check_not\">Du upload intet billede. Vi har dog valgt et profil billede for dig.</li>";
$pb = 'bruger_intet.png';
}
if ($stmt = $mysqli->prepare('INSERT INTO `brugere` (`email`, `katogori`, `djnavn`, `profilbillede`, `profiltekst`, `facebook`, `booking`, `password`, `code`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)')) {
$stmt->bind_param('sissssssi', $email, $katogori, $djnavn, $profilbillede, $profiltekst, $facebook, $booking, $password, $code);
$email = $_POST['email'];
$katogori = $_POST["kategori"];
$djnavn = $_POST["djnavn"];
$profilbillede = $pb;
$profiltekst = $_POST["tekst"];
$facebook = $_POST["facebook"];
$booking = $_POST["booking"];
$password = sha1($_POST['password']);
$code = rand(111111111,999999999);
$stmt->execute();
$stmt->close();
$to = $email; // den som skal modtage mailen!
$subject = "Hej xx.dk - Godkendt brugere konto"; // sende fra
$msg = "Tak for du vil opret dig på xx.dk!. \n \n For at kun activate din konto skal du bare klikke på dette link her: \n \n http://xx.dk/ (...) \n \n Du kan ikke besvar den her email!!";
$header = "from:xx.dk - Godkendt Profil!! <[email protected]>";
if(mail($to, $subject, $msg, $header))
{
echo "<li id=\"check_ok\">Tilsendt e-mail til; $to - Tjek email</li>";
}
}
else
{
echo 'Der opstod en fejl i erklæringen: ' . $mysqli->error;
}
}
}
else {
echo "<li id=\"check_not\">Der findes allerede en bruger med denne mail - Gør et forsøg mere <a href=\"http://xxx.dk/ (...) igen...</a></li>";
}
這是一個電子郵件...你發送的內容是什麼,他們會得到。如果你想發送一些'辛辣',然後發送一些'辛辣'。如何去做,取決於你。我們不會爲您編寫代碼,我們只是幫助解決您編寫的代碼問題。 –