Tagged Questions
1
vote
1answer
11 views
Can users disable email notifications sent to them by Rules?
One of my Drupal sites has a bunch of Rules set up to send email notifications to various roles when certain things happen on the site (new content added, etc.)
Is it possible for one of the site ...
1
vote
1answer
34 views
Drupal 7 When a new user registers, where is the confirmation e-mail sent?
Im using Drupal 7, when a new user registers an account I want to be able to approve/deny their membership and then allow them on the website as a registered user. When a new user registers, where is ...
0
votes
1answer
53 views
How to use _user_mail_notify with a defined language
as the title say, I would like to know how to use _user_mail_notify with a specified language.
According to the documentation the third parameter should be the one that override ...
1
vote
1answer
86 views
Notify new user of account - must provide at least one recipient email address… doesn't send email
I've searched for a long time, but I can't find anything that helps.
Basically, when a user is created, I input a username, password, and email address. Then, when I check the "notify user of new ...
2
votes
2answers
219 views
restrict user from certain role to change their email
Is there any way I can restrict users from certain role to change their email address. Once they are registered I need them no to be able to change it in the edit settings page. I found how to ...
0
votes
1answer
262 views
How do I prevent Drupal from sending an email to the admin every time a new user is created
I've inherited maintenance of a drupal 7 site from another group. Currently, every time a new user account is created the admin is sent an e-mail about it. The admin wants this disabled.
I've been ...
0
votes
1answer
81 views
Obfuscating email addresses displayed by Views?
I'm working on a View that displays a user's email field as a mailto. Given this is a recipe for spam, I'm wanting some way of obfuscating it.
I thought I'd go with Invisimail, but it (and seemingly ...
1
vote
1answer
49 views
Is possible to have mutiple email for a user?
Is possible by default in Drupal 7 to have more than one email associate for a user ?
1
vote
3answers
454 views
Send mail to users
I'm looking for an simple module to send mail to the users of our site. It should be able to send a mail to all users of a certain roll, with the ability to put in a send from e-mail address. Just a ...
0
votes
0answers
114 views
Sending a notification once per day that lists new content
I want to create a rule that will email all the registered users/selected user roles once per day; the email should list all the new content that was added in the past 24 hours. (Let's say the email ...
2
votes
0answers
190 views
Email filter in default admin users/people search form
I would like an additional filter (email-text input) in the drupal7 default admin users/people search form. Is there any module as I can't find one for drupal7?
I found that another way is the use of ...
1
vote
3answers
382 views
Limit account applicants with certain email addresses
Hi I am working on a website for a student organization of my college.
In order to prevent spams, I have been looking for ways to limit account applicants only with email addresses from the college ...
1
vote
1answer
132 views
Ignore “invalid” or incorrectly formatted Emails addresses (on Signup/User Import)
I am importing a large set of users from a old CMS that has about 10k+ users that have no email or badly formatted emails.
I want to force this to import, but Drupal wants to validate the email ...