Drupal core uses email for a number of important tasks, such as verifying authenticated users' email address.
0
votes
1answer
42 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
23 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
31 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
16 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
70 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
34 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
10 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 ...
2
votes
1answer
30 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
36 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
38 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
37 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
45 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
29 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
28 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
46 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 ...