phpmailer

    0熱度

    1回答

    我有循環問題。 我有這樣的代碼, foreach ($j as $empas) { date_default_timezone_set('Asia/Jakarta'); $nomor = Nomor($i, $total); $proses = proses($total, $i) . "%"; $timeServer = date("G:i:s");

    2熱度

    1回答

    之後沒有運行任何代碼我已經設置了一個php程序,其中包含一個phpmailer發送,它在我的本地機器上工作得很好,但它不會在send()命令後運行任何代碼。 這裏是本地工作很好,幾乎是相同的,我的聯繫頁面上正常工作現場代碼代碼: $subject = ""; $subject .= "Welcome to Your Strength Coach!"; $body = ""; $body .

    -1熱度

    1回答

    while ($apa = mysql_fetch_array($query)){ $username = print($apa['username']); $pass = print(md5(md5($apa['password']))); require '../phpmailer/PHPMailerAutoload.php'; require '.

    0熱度

    1回答

    我想發送一個電子郵件使用phpmailer,它工作正常,當我發送到Gmail,但是當我發送到雅虎,Hotmail等不起作用。 這裏是我的代碼: $mail = new PHPMailer; $email->IsSMTP(); $email->Host = "smtp.yahoo.com"; $email->SMTPAuth = true; $email->SMTPSecure = 'tls

    0熱度

    1回答

    我收到內部服務器錯誤,當我使用PHP郵件從網頁發送電子郵件/我didn找不到任何解決方案,我不知道如何在Bigrock服務器中配置郵件以使PHP郵件程序正常工作。 這是代碼。 <?php if(isset($_POST['submit'])) { require 'PHPMailerAutoload.php'; ini_set('SMTP','localhost'); ini_set('

    -1熱度

    1回答

    我使用PHPMailer從我的網站發送電子郵件,但$mail->send()返回true,郵件未發送。我的錯誤日誌中沒有錯誤報告。我在Bigrock託管我的網站。我沒有在我的代碼中發現任何錯誤。 <?php if(isset($_POST['submit'])) { require 'class.smtp.php'; require 'PHPMailerAutoload.p

    0熱度

    2回答

    形式的作品,我也得到了電子郵件,但是當你點擊提交就不會帶你到感謝頁面,它給了我下面的錯誤信息: Error 404 - Not Found The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.

    -2熱度

    3回答

    我使用PHPMailer的5.2版本 我已經編輯了一些微妙的信息張貼緣故 try { class mailer { private $email_to; private $email_subject; private $email_from; private $email_headers; private $email_html_message

    0熱度

    1回答

    任何人都可以幫助我將表單與PHPMailer集成。我有以下形式。 <form method="POST"> \t <p>Name:<input type="text" name="name" size="30"></p> <p>Email Address:<input type="text" name="email" size="30"></p> <input type="sub

    0熱度

    1回答

    我們在我們的GoDaddy託管網站上設置了PHPMailer。我們知道GoDaddy爲了讓插件工作而需要的特定設置,所以我們使用了這些設置。 $m = new PHPMailer; $m->isSMTP(); $m->Host = 'relay-hosting.secureserver.net'; //$m->SMTPDebug = 2; $m->Port = 25; $m->SM