[教學]用 windows 發電子郵件通知
發表於 : 2002-05-05 12:23
大家好~ 我第一次寫 HOWTO 所以可能遺漏很多地方~
所以請大家多多包含喔~
這裡假設你的 smtp server 跟 web server 是在同一台機器,
不然以下 localhost 請全部改為你的 smtp server 所在的位置\r
這裡先說明, 像 pchome, yahoo-mail 等免費 mail 伺服器似乎不允許使用者這樣做, 所以我還是建議你自己架一台 server, 或跟朋友借個帳號用
設定 smtp server
到 Internet 服務管理員(也就是 iis management console)下
預設 smtp 虛擬伺服器上按右鍵...選內容
http://kenting.adsldns.org/images/iis0001.jpg
選擇 存取 -> 連接\r
http://kenting.adsldns.org/images/iis0002.jpg
設定為只有以下清單內的伺服器可以存取
新增一個 ip 127.0.0.1 (只有 localhost 才可以存取)
http://kenting.adsldns.org/images/iis0003.jpg
設定網域, 在 Internet 服務管理員/預設 smtp 伺服器/網域 按右建新增
新增允許寄信的網域, 避免麻煩新增像 *.com *.tw 那種比較快\r
不然每一個 domain 設一次不累死才怪 @.@\r
http://kenting.adsldns.org/images/iis0004.jpg
http://kenting.adsldns.org/images/iis0005.jpg
http://kenting.adsldns.org/images/iis0006.jpg
ok, 接下來 php.ini
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
;↑這裡就維持 localhost 就 ok
; For Win32 only.
sendmail_from = webmaster@yourdomain ; for Win32 only
;↑這裡輸入你的 e-mail 帳號
再來 phpBB 基本組態
系統管理員電子郵件信箱: 設的跟 php.ini 的 sendmail_from 一樣\r
SMTP 伺服器網域名稱: localhost
http://kenting.adsldns.org/images/iis0007.jpg
完成囉寄封信試試看吧~ http://kenting.adsldns.org/images/iis0008.jpg
相關連結: Scorpion 大大做的教學http://phpbb-tw.net/phpbb/viewtopic.php?t=3275
所以請大家多多包含喔~
這裡假設你的 smtp server 跟 web server 是在同一台機器,
不然以下 localhost 請全部改為你的 smtp server 所在的位置\r
這裡先說明, 像 pchome, yahoo-mail 等免費 mail 伺服器似乎不允許使用者這樣做, 所以我還是建議你自己架一台 server, 或跟朋友借個帳號用
設定 smtp server
到 Internet 服務管理員(也就是 iis management console)下
預設 smtp 虛擬伺服器上按右鍵...選內容
http://kenting.adsldns.org/images/iis0001.jpg
選擇 存取 -> 連接\r
http://kenting.adsldns.org/images/iis0002.jpg
設定為只有以下清單內的伺服器可以存取
新增一個 ip 127.0.0.1 (只有 localhost 才可以存取)
http://kenting.adsldns.org/images/iis0003.jpg
設定網域, 在 Internet 服務管理員/預設 smtp 伺服器/網域 按右建新增
新增允許寄信的網域, 避免麻煩新增像 *.com *.tw 那種比較快\r
不然每一個 domain 設一次不累死才怪 @.@\r
http://kenting.adsldns.org/images/iis0004.jpg
http://kenting.adsldns.org/images/iis0005.jpg
http://kenting.adsldns.org/images/iis0006.jpg
ok, 接下來 php.ini
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
;↑這裡就維持 localhost 就 ok
; For Win32 only.
sendmail_from = webmaster@yourdomain ; for Win32 only
;↑這裡輸入你的 e-mail 帳號
再來 phpBB 基本組態
系統管理員電子郵件信箱: 設的跟 php.ini 的 sendmail_from 一樣\r
SMTP 伺服器網域名稱: localhost
http://kenting.adsldns.org/images/iis0007.jpg
完成囉寄封信試試看吧~ http://kenting.adsldns.org/images/iis0008.jpg
相關連結: Scorpion 大大做的教學http://phpbb-tw.net/phpbb/viewtopic.php?t=3275