<新手帖>請問下將表單的資料存入資料庫後 怎麼給該資料所屬的使用者發郵件

來源:互聯網
上載者:User
= - 求大神相助 可以用
IsSMTP(); // 使用SMTP方式發送$mail->CharSet='UTF-8';// 設定郵件的字元編碼$mail->Host = "mail.xxxxx.***"; // 您的企業郵局網域名稱$mail->SMTPAuth = true; // 啟用SMTP驗證功能$mail->Port = "***"; //SMTP連接埠$mail->Username = ***@xxxx.***; // 郵局使用者名稱(請填寫完整的email地址)$mail->Password = "******"; // 郵局密碼$mail->From = ***@xxxx.***; //郵件寄件者email地址$mail->FromName = "您的名稱";$mail->AddAddress("$address", "");//收件者地址,可以替換成任何想要內送郵件的email信箱,格式是AddAddress("收件者email","收件者姓名")//$mail->AddReplyTo("", "");//$mail->AddAttachment("/var/tmp/file.tar.gz"); // 添加附件//$mail->IsHTML(true); // set email format to HTML //是否使用HTML格式$mail->Subject = "PHPMailer測試郵件"; //郵件標題$mail->Body = "Hello,這是測試郵件"; //郵件內容$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; //附加資訊,可以省略if(!$mail->Send()){echo "郵件發送失敗. 

";echo "錯誤原因: " . $mail->ErrorInfo;exit;}echo "郵件發送成功";?>




這個代碼嗎 , 可以的話如何設定呢 ~ 非常感謝


回複討論(解決方案)

參考: http://blog.csdn.net/fdipzone/article/details/8683993

那請問如何將郵件內容設定為資料庫的資料發給他呢 = - 謝謝

把資料庫內容讀出,然後放到$mail->Body = '這裡填資料庫中讀取到的資料'

就是將資料庫的資料調出來的代碼寫到body後面嗎 收郵件的人的郵箱呢 = - 怎麼設定
麻煩了 謝謝

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.