@@ -83,7 +83,7 @@
</if>
</select>
<select id="getAllHostedEmail" resultType="java.lang.String">
- select email from hosted_email_info where isvalid=1 group by email
+ select email from hosted_email_info where isvalid=1 and open_status=1 group by email