Both of these are invalid addresses but they return `test@example.com` Mail::AddressList.new('test @example.com') Mail::AddressList.new('test@ example.com')
Both of these are invalid addresses but they return
test@example.comMail::AddressList.new('test @example.com')
Mail::AddressList.new('test@ example.com')