アーカイブに関するリマインダーメールの送信を試してみたかったのです。webconfigの電子メール送信設定を次のように構成しました。
<setting name="MailServer" value="smtp.gmail.com"/>
<!-- MAIL SERVER USER
If the SMTP server requires login, enter the user name in this setting
-->
<setting name="MailServerUserName" value="xxxx@gmail.com"/>
<!-- MAIL SERVER PASSWORD
If the SMTP server requires login, enter the password in this setting
-->
<setting name="MailServerPassword" value="xxxxx"/>
<!-- MAIL SERVER PORT
If the SMTP server requires a custom port number, enter the value in this setting.
The default value is: 25
-->
<setting name="MailServerPort" value="587"/>
アイテムを選択し、アーカイブ時間、リマインダーメールなどのアーカイブオプションを構成しました。アイテムはアーカイブされましたが、リマインダーメールが送信されませんでした。
このメール送信物を並べ替えるにはどうすればよいですか。Email Campaigner Moduleをインストールしていませんが、Eメールを送信するためにインストールする必要がありますか?