following from #218
- put two emails in the recipient field
- select both, choose "cut"
- click in empty field, choose "paste"
you will see single bubble first@email.comsecond@email.com Also, this email will end up getting saved into contacts :)
Suggestions:
- make sure to separate emails with a separator when cutting. This could be a space
or a comma ,
- make sure to first split pasted string by any strings of whitespaces: commas, spaces, newlines, tabs, ...
- always do email address format validation before saving into contacts (maybe throw/catch exception if not a valid email?)
following from #218
you will see single bubble
first@email.comsecond@email.comAlso, this email will end up getting saved into contacts :)Suggestions:
or a comma,