Bonobo 使用标准的 .NET SMTP 设置,可以在 web.config 中指定这些设置。

XML<system.net> <mailSettings> <smtp deliveryMethod="network" from="[email protected]"> <network host="accessible.smtp.host" port="25" /> </smtp> </mailSettings> </system.net>
也可以直接在IIS管理器里设置:

