本文章是利用phpmailer来实现在线发送邮件功能的源码代码.
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>--邀请好友参加</title> <style type="text/css"> <!-- body { margin: 0px; padding: 0px; font-size: 12px; background-color: #CFCFCF; } input { line-height: 18px; height: 18px; border: 1px solid #CCCCCC; } img { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; } * { margin: 0px; padding: 0px; list-style-image: none; list-style-type: none; background-repeat: no-repeat; } td { line-height: 22px; font-size: 14px; font-weight: 700; color: #276662; } --> </style> </head> <body> <form action="#" method="post" name="form"> <table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="572" height="227" valign="top" background=http://pic2.phprm.com/2014/01/21/mailfooterimg.jpg <tr> <td height="70"> </td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><input type="text" value="http://111cn.net/" size="60" /></td> <td height="40"><a href="#"><img src="/static/imghwm/default1.png" data-src="img/copy.gif" class="lazy" style="max-width:90%" style="max-width:90%" / alt="php 发送邮件代码 " ></a></td> </tr> </table></td> </tr> <tr> <td height="28">好友姓名: <input type="text" size="22" /> 邮箱地址: <input type="text" size="22" /> </td> </tr> <tr> <td height="28">好友姓名: <input type="text" size="22" /> 邮箱地址: <input type="text" size="22" /> </td> </tr> <tr> <td height="28">好友姓名: <input type="text" size="22" /> 邮箱地址: <input type="text" size="22" /> </td> </tr> <tr> <td height="28" align="right"><a href="#"><img src="/static/imghwm/default1.png" data-src="img/sendbtn.gif" class="lazy" style="max-width:90%" style="max-width:90%" / alt="php 发送邮件代码 " ></a></td> </tr> </table></td> </tr> </table> </form> </body> </html>
发送邮件处理功能页面mail.php
<?php require (dirname(__FILE__) . "/mail/class.phpmailer.php"); //调用 phpmailer类型,如果没有phpmailer请点击这里下载phpmailer for php5/6 下载 $array = array_unique(Get_value('mail', 1)); //去除重复的邮箱地址 $mail = new PHPMailer(); $count = 0; $bad = 0; $mail->IsSMTP(); // set mailer to use SMTP $mail->Host = "smtp.163.com"; // smtp1.example.com;smtp2.example.comspecify main and backup server $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "mailangel123"; // SMTP username $mail->Password = "*******"; // SMTP password $mail->From = "mailangel123@163.com"; $mail->FromName = "你的好友来信"; $MailBody = '内容'$mail->AddReplyTo("mailangel123@163.com", "澳优"); $mail->AddAddress($tmpmail, '您好!'); $mail->WordWrap = 50; $mail->CharSet = "GB2312"; //$mail->AddAttachment("/var/tmp/file.tar.gz"); //$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); $mail->IsHTML(true); $mail->Subject = "你的朋友邀请你一起合影!"; $mail->Body = $MailBody; if (!$mail->Send()) { $bad++; $mail->ClearAddresses(); $mail->ClearAttachments(); } ?>
OK就完成了哦。
教程链接:
随意转载~但请保留教程地址★
陳述
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章
R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
3 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
3 週前By尊渡假赌尊渡假赌尊渡假赌
刺客信條陰影:貝殼謎語解決方案
2 週前ByDDD
R.E.P.O.如果您聽不到任何人,如何修復音頻
3 週前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
4 週前By尊渡假赌尊渡假赌尊渡假赌

熱工具

mPDF
mPDF是一個PHP庫,可以從UTF-8編碼的HTML產生PDF檔案。原作者Ian Back編寫mPDF以從他的網站上「即時」輸出PDF文件,並處理不同的語言。與原始腳本如HTML2FPDF相比,它的速度較慢,並且在使用Unicode字體時產生的檔案較大,但支援CSS樣式等,並進行了大量增強。支援幾乎所有語言,包括RTL(阿拉伯語和希伯來語)和CJK(中日韓)。支援嵌套的區塊級元素(如P、DIV),

SecLists
SecLists是最終安全測試人員的伙伴。它是一個包含各種類型清單的集合,這些清單在安全評估過程中經常使用,而且都在一個地方。 SecLists透過方便地提供安全測試人員可能需要的所有列表,幫助提高安全測試的效率和生產力。清單類型包括使用者名稱、密碼、URL、模糊測試有效載荷、敏感資料模式、Web shell等等。測試人員只需將此儲存庫拉到新的測試機上,他就可以存取所需的每種類型的清單。

EditPlus 中文破解版
體積小,語法高亮,不支援程式碼提示功能

SublimeText3 Linux新版
SublimeText3 Linux最新版

Dreamweaver Mac版
視覺化網頁開發工具