Setup mass mailings
- 1.6 Administration
- 1.6.1 Migration to OpenJdk
- 1.6.2 Setup mass mailings
- 1.6.3 Setup Geoapify
- 1.6.4 Signing install files
The mailing module has been optimized and redesigned to support large mass-mailings. For this purpose, it is necessary to define how many threads (the ‘threads’ parameter) should be allocated simultaneously to handle mailing. This parameter applies to all projects.
<section name="mail">
<section name="smtp">
<value name="password">enc:WaJvDsHOiMQ==</value>
<value name="username">badanie.satysfakcja@cadas.pl</value>
<value name="from">badanie.satysfakcja@kantarpolska.com</value>
<value name="host">mail.cadas.pl</value>
<value name="localhost">mx3.kantar.net.pl</value>
<value name="interval">50</value>
<value name="threads">10</value>
</section>
</section>
Additionally, it is also possible to define the minimum time interval between subsequent emails being sent (the ‘interval’ parameter).
It is also possible to specify the host name passed in the SMTP protocol, using the EHLO header (the ‘localhost’ parameter).