ccMany method

Mail ccMany(
  1. List<String> emails
)

Implementation

Mail ccMany(List<String> emails) {
  _cc.addAll(emails);
  return this;
}