Closed herpiko closed 7 years ago
What is the case for this?
@mdamt String from recipient/cc/bcc input chould be like this : someone1@domain.com, someone2@domain.com, someone3@domain.com
.
It contains space and need to be removed. replace(" ","")
does it but only for the first space character. / /g
replaces them all.
cc @mdamt