Bonobo 使用标准的 .NET SMTP 设置,可以在 web.config 中指定这些设置。
<system.net> <mailSettings> <smtp deliveryMethod="network" from="bonobo@bonoserver.your.domain"> <network host="accessible.smtp.host" port="25" /> </smtp> </mailSettings> </system.net>
也可以直接在IIS管理器里设置: