dotText6 Web.configの設定2 メール設定
2005/01/03
<configuration>
- <configSections>
- <BlogConfigurationSettings>
- <BlogProviders>
- <EmailProvider
type = "Dottext.Framework.Email.SystemMail, Dottext.Framework"
smtpServer = "localhost" adminEmail = "admin@YOURBLOG.com"/> EmailProvider要素のsmtpServer, adminEmailを設定
今回は
mail.wankuma.com.uso800
dottext-admin@wankuma.com.uso800
に設定



