1.在 /Administration/Host/Settings.aspx 下的 Mail / SMTP 設定mail server , host email
2.在web.config 將
<system.net>
<mailsettings>
<smtp deliverymethod="SpecifiedPickupDirectory">
<specifiedpickupdirectory pickupdirectorylocation="C:\Email">
</specifiedpickupdirectory>
</smtp>
<specifiedpickupdirectory pickupdirectorylocation="C:\Email">
</specifiedpickupdirectory>
</smtp>
</mailsettings>
</system.net>
改成
<system.net>
<mailSettings>
<smtp deliveryMethod="Network">
</smtp>
</mailSettings>
</system.net>
3.新增issue時,assigned to 時, Notify 要checked (default is true)
4.自已assign給自已的issue異動,你不會收到mail通知的, 但若是別人異動這個issue則會收到.
You won't receive email notifications for your own actions, but others will.
沒有留言:
張貼留言