CSV file |
|
Using the csv file email mailing we can send out invitations using an existing CSV (comma separated value) based file that we can upload to the server.
Mailing is done in a multi-threaded way in order to speed up processing several emails are sent at the same time. If you want to increase the number of simultaneous connections to your mail server you can change the FSMailingThreadNumber inside the web.config. Make sure that your destination server supports the number of connection you specify.