In the import function, if the email address matches a current user, will subscription data be added to the original user vs. a new user being created?
aMember do not check email for uniqueness. Only user's login will be checked. So if you will try to import users with the same emails, aMember will create duplicate accounts. If login will be the same, duplicate account will not be created and second line with the same login will be ignored.
Turn off notifications? Okay. So if I need to add some older data, but I don't want email notifications to go out while I'm doing that. Is there an easy way to do that? Trying to get all of our data in one place that wasn't always kept in one place.