Unlock this challenge:
What problem is addressed by injecting the SMTP configuration as an array in the FriendHarvester class?
FriendHarvester
To simplify the code in the FriendHarvester class.
To improve code readability.
To make the class more flexible by allowing different SMTP configurations.
To reduce the number of lines of code in the FriendHarvester class.