要用XAMPP來寄信步驟非常的簡單!
修改 php.ini 檔
; XAMPP: Comment out this if you want to work with fakemail for forwarding to your mailbox (sendmail.exe in the sendmail folder) sendmail_path = ""E:xamppsendmailsendmail.exe" -t" ; Log all mail() calls including the full path of the script, line #, to address and headers mail.log = "E:xamppapachelogsphp_mail.log"
修改 sendmail.ini 檔(xamppsendmail)
smtp_server=mail.yourname.com smtp_port=25 smtp_ssl=auto default_domain=yourname.com auth_username=xxx auth_password=xxx force_sender=smtp@yourname.com
修改完後,重新啟動 Apache 即可。