function getEmail(domain, user) {
  return user + "@" + domain;
}
