Quote:
Originally Posted by Dave
The query below will set the email to an empty string where the email ends with @yahoo.com.
HTML Code:
UPDATE user SET email = '' WHERE email like '%@yahoo.com'
|
Thank you Dave.
I had the exact same query minus the wildcard'%' but it would not work for me. Why is the '%' needed here?
Thanks, that worked perfectly.
Just a note regarding outgoing email.. Yahoo is not like the other services. If you have a sender score of lower than 80 you are most likely out of luck in getting through to yahoo addresses. It doesn't matter if your dns is set up perfectly.