You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int bulkmail(List haveAssurances, List missingAssurances, String campaignName, int numberOfMails)
can be invoked only with ada.massmail assurance
picks at most numberOfMails users which have all the haveAssurances and none of missingAssurances, and did not yet receive mail in the campaignName campaign
records the users with campaignName, so no duplicate emails are sent
sends the mail using the template from file MASSMAILFILE.format(campaignName), where MASSMAILFILE is a configuration variable
returns the number of users to whom the email is sent
The text was updated successfully, but these errors were encountered:
int bulkmail(List haveAssurances, List missingAssurances, String campaignName, int numberOfMails)
The text was updated successfully, but these errors were encountered: