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 ...
0
votes
0answers
19 views
Error by sending Email in Drupal 7, but ok by Rules?
System messages (Restore Password, Registration) not sending to email and in Logs shows error. But email sending by Rules (Ubercart) very good. What's the problem?
0
votes
2answers
37 views
obscuring email addresses in user to user email conversation
my registered users can send each other proper emails (not private messages) through contact forms on their user profiles. When user A sends such an email to user B, I need user B to be able to reply ...
0
votes
2answers
43 views
Send Email After User has confirmed email address using Rules
I my drupal site, I have checked Require Email Confirmation to enable email confirmation. In this case it is sending an email with link to confirm email to set password for account.
Now when user has ...
2
votes
0answers
200 views
Drupal Commerce - using rules to send different emails for Bank transfer and Cash on Delivery Payment [closed]
I have setup eshop (Commerce Kickstart) with two type of payments: Bank Transfer and Cash on Delivery.
I need to send different emails for selected payment method (Bank Transfer or Cash on Delivery).
...
0
votes
1answer
251 views
How do I Send HTML Emails via Rules?
The Rules module provides a value field for the "send mail" action. Since I also have the PHP filter module, I have the ability to add PHP code there. I want to add HTML formatting to my email. Is ...
1
vote
0answers
53 views
Rules: How to collect list of Files and send one email notification with list in body?
I am using Rules module to send an email when content node gets saved/updated.
I have a basic node where users can upload files large number of files and enter their an email address to notify someone ...
1
vote
1answer
106 views
Drupal 7.16 started sending duplicate account activation emails
Could anyone help me debug why Drupal is sending two account activation emails when a new user account is activated?
I also see from the rules logs, that certain workflow rules are also sending two ...
0
votes
0answers
65 views
How do I maintain Listserv mailing list subscribers with Drupal?
Since there doesn't seem to be a stable Listserv integration module (like there is for PHPList and Mail Chimp), can I use Rules to add and remove users from Listserv lists?
I'm considering Newsletter ...
2
votes
0answers
106 views
Rules: how to send e-mail within the url of an uploaded attachment (after node change)?
I have a Drupal 7 site with a custom node type with a custom attachment field. After a (kind of this custom) node has been published, I got an e-mail with the help of Rules module. I would like to set ...
3
votes
1answer
107 views
Two-factor authentication with code sent to email
I'd like to ask you if there are any possibilities of a two-factor authentication with authentication code sent to email. I've found TFA module which can send an SMS, and according to their ...
1
vote
1answer
88 views
Creating a “Remind User” link in Views
I've created a View that lists when a user has last logged in, using table format. I'm wanting to add a field that's a link to remind the user to login again (I've used a UID field and am rewriting ...
0
votes
0answers
88 views
Send commerce order field value in email
I have an order notification email.I'm trying to send an email with a field (field_order_xpto) from the order using this line in the message body:
XPTO: <?php print ...
0
votes
1answer
92 views
Ongoing email alerts for content “assigned” to users via Entity Reference
I have put together a work tracking/scheduling system for the company I work for - it's built on Drupal 7 and basically enables clients, projects and tasks to be added and assigned to eachother (i.e. ...
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 ...