Drupal core uses email for a number of important tasks, such as verifying authenticated users' email address.

learn more… | top users | synonyms (1)

-4
votes
1answer
27 views

How can i change user email adress in admin panel [on hold]

I want to change my user email address when I want in admin panel, but in user/261/edit%3Fdestination%3Dadmin/people here I am unable to edit my email address. There is no field for email. How can ...
0
votes
0answers
12 views

send email from webform to related field

I have a Node/Content Type for a Coupon. This is linked to another entity/node: a Company. The company has an email field. In the Coupon node I've embedded a webform block. People submit this form to ...
0
votes
0answers
12 views

Drupal fails to recognize the user email address [on hold]

User has lost password, but when he tries to reset it the drupal site does not recognize his email address.
0
votes
0answers
16 views

Email verification programmatically

I have a custom registration form with three options(premium, trial and group). The premium user does not need email verification but other two do. So I need to send verification email ...
0
votes
0answers
18 views

Contact message response tracking

i'm currently using webform module to receive "contact us" messages in my website. I would like to keep track of our answers in the system by answering from the website instead of the email. Anyone ...
1
vote
1answer
28 views

Hooking in to the email verificatin process

In Drupal 7 (7.22), we'd like to hook into the email verification process for new users. Perhaps the one time password node. We need to do a test on the email address and set a value in a custom ...
1
vote
1answer
45 views

how to add parameters to html email template

I have a working html email using modules: Mail System, HTML Mail, SMTP Authentication Support. And I want to include some parameters/variables in the html email template file: ...
6
votes
1answer
69 views

Let users access account before confirming email address

I'd like to let users access their account without confirming email address. But still send the email confirmation. Then I'll display a message saying that if email is not confirmed within 3 days, ...
0
votes
0answers
27 views

Rules email notifications and Users

I have a User field type of 'List (integer)' storing a list of nodes the User has subscribed to i.e. Forum items. I need to setup a notifications like rule to email all users that have subscribed to a ...
1
vote
1answer
31 views

What is an alternative and easy way to test if Webform is in fact sending mail?

I'm not sure if its the webform module or my server, but a few days ago i was receiving webform submissions via email, but today its not working when I did a test on the same webform. Is there a easy ...
1
vote
1answer
63 views

Email field anonymizer

I want to allow anonymous users to create nodes, and their email address (entered by them into a field) will show on the node view as 'anonymized'. The idea is that anyone can enter an email ...
0
votes
1answer
14 views

Commerce Email: HTML Mail not reading template

I am attempting to make a custom template for my Commerce Email emails. CE uses Variable Email and HTMLMail. I have put the template (named htmlmail--variable_email--custom_email_order.tpl.php) into ...
1
vote
2answers
39 views

Send emails to users

I want to send email to the users of my site, individually or to all of them at once. Is there any available module? I am using Drupal 6.
1
vote
1answer
30 views

Why do I have to enter a recipient after selecting users in the VBO send emails operation?

I'm using VBO module in D7. I created a table view listing users by some filter criteria. I want to send a mass mail to selected users. I'm using the VBO field bulk operations: user and selected the ...
0
votes
0answers
39 views

Can I still use Rules to send “CC:” emails or am I going to have to do everything as a custom module?

I am currently using the Rules module along with workbench to determine when to send an email and this is working fine. The problem is now the client wants to in addition to sending email to the "To:" ...
1
vote
0answers
62 views

Send mail using drupal_mail to cc and bcc

I want to send mails using drupal_mail function but somehow it is sending mail only to To and that to without message body. Below is the code which I am using. $params = array( 'body' => 'plain ...
2
votes
1answer
33 views

How do I chose recipient email address depending on textfield value?

I have created a webform which has a "Reference number" textfield. When someone types 101 in that textedfield, the submitted form should be send to [email protected]; if someone types 777, the ...
0
votes
0answers
15 views

Sending an Emails from edit profile page based upon the values

When ever user is changing some of profile field values , based upon the values want to send an email to the user as well as site administrator. Example : If the Gender field values is changed as Male ...
0
votes
0answers
41 views

System email URL is randomly faulty

A Drupal 6 membership-based site has some rules in place to block registrants based on certain field values (that spammers are using). When this happens, it triggers the system to send an email to ...
1
vote
2answers
90 views

SMTP Auth in Drupal 7

I have dedicated FreeBSD box, The email sending without smtp module is working perfectly but very slow. The receiver receives email after almost 15 mins. I checked the maillog it says delays and ...
1
vote
1answer
25 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
1answer
38 views

How can I change the default link to the email contact form?

I'm trying to change the default link generate by the email_field module so It shows an image instead of the text (Contact person by email). I went into the module and foun the part I need to change, ...
2
votes
2answers
153 views

drupal_mail() strips all html tags from emails

So as the title explains, when sending an HTML email with drupal_mail(), email comes with no HTML tags. $module = 'module'; $key = 'contact_message'; $language = language_default(); ...
3
votes
1answer
38 views

Garbage values in From: in the email sent from Webform

I find some garbage values in the from field of email sent from contact us page in webmail(as in the image From= field below in the top left in which "F" is cut-off by mistake). I've configured ...
4
votes
2answers
128 views

How to enable ckeditor in the emails templates at admin/config/people/accounts?

Just that. I need to enable ckeditor to write the text body for the welcome e-mail message at admin/config/people/accounts How can I do this?
0
votes
0answers
16 views

How to convert drupal parameter to html element

I have custom module which sends list donations to user,i pass set of donations as a parameter but problem is pass list of donations shows as string not as a html elemt foreach($donation as $dd) { ...
1
vote
1answer
108 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
0answers
35 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
1answer
50 views

When in admin overlay, submitting form over 400 times

I have built a very simple module which just implements a block with a custom form. When submitted, the content is emailed to me. I show this block on the dashboard, and without the admin overlay it ...
0
votes
1answer
27 views

how to send muliple emails in drupal in same time

in my site when user submit a dination i want to send email to donor,charity and delivery service at same time(three different emails) in code and i want to kown how can i achieve that,below is the my ...
0
votes
1answer
111 views

Allow user to request resend of activation email

I would like to code a way for a user to request the activation email be resent. Is there a function I can call from within a form-submit hook that will accomplish this? (using Drupal 7)
0
votes
0answers
20 views

how to add multiple data rows from array to inside email body

i have function which select matched donation for charity and i want to display all that donation data inside the body of druapl email,how can i achieve that..,can i run foreach inside drupal email ...
3
votes
1answer
89 views

How to add html tags to account setting emails?

I am working on a project where I need to add some custom headers to the email which we send to the user on registration. Is there a module which support this functionality?
3
votes
1answer
98 views

Unable to send email using “SMTP Authentication Support” module

I was working on a project where i used "SMTP Authentication Support" module to send emails. The authentications i provided were my personal gmail account details, It was working fine. Now when i am ...
0
votes
0answers
11 views

How do I disable links in emailed version of page created by Print Module in Drupal 7?

My client would like to be able to disable any links (but still show the text string of the link) in the email versions of any node created by the Print module (7.x-1.2). I've read all the ...
1
vote
1answer
46 views

Send the email when specific node is created

In one of my module, i have created a checkbox on user account page. If user has checked that checkbox at that time an email is sent to all the user when any specific node is created. Lets say when ...
0
votes
2answers
45 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
72 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 ...
0
votes
5answers
55 views

Is there a way to send password to the user through 'Welcome (awaiting approval)' email?

I am working on a Drupal site where, i want to send an email to the user providing him with the password. Is it possible.....?
0
votes
0answers
58 views

how to send email to a user when a particular condition is fullfilled

I want to send email to admin before 10, 5, 3, 2, 1 days of expiry date. I had made a custom module for this to be done. here is my code : <?php /* * Implementation of hook_cron() */ function ...
0
votes
1answer
57 views

how to add html/ccs element s inside drupal mail function

I am developing function that send a email to user..,and i want to add some html.css styleing to the email how can i achive that folllwing is my code i tried function zgcrons_mail ($key, ...
0
votes
0answers
31 views

E-mail field (read only) [closed]

How can I lock the default e-mail field (make it read only), so that users will not be able to change their e-mail addresses after registering. Thanks
1
vote
1answer
79 views

Reject e-mail address from specific domain in simplenews newsletters e-mails

i have a lot of spam users request account with mails on specific domain,i used the User restrictions module to make e-mails on that domains not allowed, but only to the registration .i want to know ...
0
votes
2answers
93 views

Body and Subject fields in Drupal 7 Mail Function

I can't get it working. What am I doing wrong? $name = $form_state['values']['name']; $rname = $form_state['values']['rname']; $email = $form_state['values']['email']; $message = ...
0
votes
0answers
35 views

Multiple Forms and Emails

I'm working on a Drupal 7 site that will have a page with multiple forms. The forms will send to various user emails that are pulled in ahead of time. I was thinking I would create a content type, but ...
0
votes
2answers
177 views

How to send email in drupal

I have drupal site in that ,i want to send a email to charities when donor post a donation..,and i want to send a email notification to charities,so how i send email using drupal7 $message = array( ...
0
votes
1answer
34 views

Fix Faq Ask Email Layout Question

I am using FAQ Ask along with the FAQ module. Everything works well but the emails are coming all bunched up. I need to be able to re-arrange the layout as I want (simple text with active links). ...
0
votes
1answer
30 views

custom MailSystemInterface implementation

I need to create a custom implementation of MailSystemInterface. I created a file called my_module.mail.inc but I don't know how to load it and how to tell Drupal to use it by default. I installed ...
0
votes
0answers
30 views

Safe_Key to Show in Emails

I want to be able to send the safe_key through the internal email. The website was doing this before, and for some reason is not any longer. I've tried %value[safe_key] and %safekey. I read some ...
0
votes
0answers
41 views

Problem sending html mails

I´m using mime mail 6.x 1.1 module and simplenews 6.x 1.4. I create all my newsletter issues in html, and I choose to send in html. However, always the mails are received in Outlook, hotmail and gmail ...

1 2 3 4 5 6