function getParsedEmail(user, gateway, root_domain)
{
	return user + "\x40" + gateway + "." + root_domain;
}

