/admin.php?users/email
and email just 1 username.I use thisI've got $config['enableMail'] = false in my dev config and dev is a full backup. I'm needing to test the look/feel of the email theme changes. Anyway to do that and keep members from being emailed anything?
I was thinking about adding a double @ to the email so it wouldn't deliver to member and I could undo it. Good call on that effect.I would do something like noreply.1@yourdomain.com so they dont bounce and give you a hard hit for bounces if using something like Amazon SES) or get your IP banned for spamming @gmai
I think I'll go with something like this. Duplicate the xf_user if needed later and empty the field in the main table.I run this query in the database which removes all emails except my own in usergroup 4
Code:UPDATE xf_user SET email = '' WHERE NOT FIND_IN_SET(4, secondary_group_ids)
Thats slick!I use this
GitHub - rnwood/smtp4dev: smtp4dev - the fake smtp email server for development and testing
smtp4dev - the fake smtp email server for development and testing - rnwood/smtp4devgithub.com
We use essential cookies to make this site work, and optional cookies to enhance your experience.