cc method

Mail cc(
  1. String email
)

Implementation

Mail cc(String email) {
  _cc.add(email);
  return this;
}