09/10/2018, 23:40
Rắc rối về gửi mail trong localhost
TÔi có 1 rắc rối configuration mail() trong php.ini Please help me.TÔi đang dùng gói
xampp version mới nhất(I think),Platform winxpsp2 đã tắt hết các chương trình diệt virus và firewall trong khi làm.
*ĐÂy là configuration mail()hiện nay:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@localhost.com
*ví dụ code:
<?php
mail("me@example.com","Hello World", "H1, world.
Prepare for our arrival.We've starving!");
?>
*but output:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:xampphtdocshahamail().php on line 3
****what'wrong?
xampp version mới nhất(I think),Platform winxpsp2 đã tắt hết các chương trình diệt virus và firewall trong khi làm.
*ĐÂy là configuration mail()hiện nay:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@localhost.com
*ví dụ code:
<?php
mail("me@example.com","Hello World", "H1, world.
Prepare for our arrival.We've starving!");
?>
*but output:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:xampphtdocshahamail().php on line 3
****what'wrong?
Bài liên quan
me@example.com -> your email
SMTP = localhost
smtp_port = 25
-> Có SMTP Server chưa ? Nếu chưa thì phải cài, cài 1 mình XAMP thì chưa thể gởi mail trong local được