Drupal core uses email for a number of important tasks, such as verifying authenticated users' email address.
0
votes
0answers
9 views
how to get smtp mail working with multi-sites
Setting up smtp configuration with smtp.gmail.com as it is on root install and port 465 using SSL doesn't work on multi-sites.
Is there a way to configure it so it does?
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 ...
0
votes
2answers
38 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
33 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
74 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
26 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
16 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
20 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
23 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 ...
0
votes
0answers
127 views
Send mail with attachment using the MIME Mail module
I am not able to send mails with an attachement using the MIME Mail module.
There isn't munch documentation about this module, but some people claim they have successfully used the module, and sent a ...
0
votes
1answer
77 views
Drupal 7 drupal_mail always considered as spam [closed]
When creating an e-mail using the following:
$my_module = 'custom';
$my_mail_token = microtime();
$from = variable_get('system_mail', "[email protected]");
$message = array(
'id' => $my_module . ...
0
votes
1answer
51 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
3answers
45 views
How can i change registration email send to admin
I was wondering how to change the standard text in the email send to the administrator when a new user has registered.
Is there a way to change the text? Maybe the same way as you can change the ...
1
vote
0answers
32 views
How to make the translations for verification email template in drupal 7?
I used User verification module : http://drupal.org/project/user_verify for sending verification email to users and it worked perfectly. After that, i wanted to add the multilingual function for the ...
2
votes
1answer
57 views
Verification mail goes to Spam Folder
If the user register, the confirmation mail goes to spam folder. After doing some R&D, I enabled "Use two e-mail fields on registration form > Set password" and tested; it goes to inbox from the ...
4
votes
1answer
80 views
How to send a email message to specific user role when the site goes to the maintenance mode in drupal 7?
I would like to use emails to communicate with users. So i really want to send a email message for all users(or just a number of users with specific role) when the site goes to the maintenance mode ...
0
votes
2answers
33 views
Phising warnings (in gmail) when using a gmail address as the website email address. How to avoid it?
I would like to use a gmail address (a simple email address. i'm not using google apps) as my website's email.
The problem is that users receiving messages from the websites (notifications etc..) ...
3
votes
1answer
38 views
Hook to log results of calls to drupal_mail() made by other modules?
How can I get the success/failure response of drupal_mail() generated by another modules?
hook_mail_alter() doesn't return success/fail and drupal_mail() is only helpful if the message is coming from ...
0
votes
1answer
115 views
When webform block submitted send email to node author and site admin -how?
This is scenario which I try to reach on my website for free blogging:
There is created universal webform Contact author with fields name, email and text which is as block (display webform as block ...
0
votes
0answers
20 views
contact form sending only message content
I have a contact form on my website where I added few fields (Name, Phone number ...).
When I receive the mail from the website, it only contains the content of the message. All other fields, even ...
0
votes
0answers
50 views
Send Drupal HTML Formatted Email with SMTP
I'm trying to send html formatted emails through drupal using smtp module, i've also enabled mail system and html mail for enabling that but for some reason it's still not sending them formatted. Any ...
1
vote
1answer
76 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
0answers
179 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).
...
-1
votes
2answers
131 views
Best Drupal 7 module for mailing lists? [closed]
I am working on a Drupal based site for a church and one of the items is a method for each group to have discussions.
I immediately thought OG would be a good fit but after consideration I'm not sure ...
1
vote
1answer
30 views
Disable emails turned into links but keep urls turned into links
Some users on social sites still enter their email addresses on comment fields.
I'm trying to prevent spammers from harvesting them by replacing the @ character with a graphic. That's really easy to ...
1
vote
1answer
125 views
Confirmation Email from Webform Submission
How would I send a confirmation email to the email address entered in a Contact Us form created with the Webform module?
1
vote
1answer
21 views
How can I provide email notifications to admins for *all* comments?
My site admins are asking to receive email notifications automatically whenever a comment is posted on any content on the entire site. I already have comment_notify enabled, but that only allows them ...
0
votes
0answers
54 views
Send node file attachment on form submit
I have a form built into a block on one of my content types, the content type has a file connected to the node.
I currently have a form the will send an email to the address you put in with a default ...
0
votes
0answers
16 views
Webform upload with Email on import
I'm trying to use either the Webform 3 Upload Module or the Webform 4 Upload function (in main module) to upload/import names and email addresses.
The upload seems to work fine with one hitch - the ...
0
votes
0answers
22 views
How i can RTL and convert to html emails submit from webform in Drupal 7?
all emails received from webform is ltr & text-plan but language site is rtl, How i can RTL and convert to html emails webform in Drupal 7?
0
votes
1answer
86 views
Send a mail from my custom module after custom form submit by user
I have made a custom form from a custom module. I need to send an email to the admin when user clicks submit. How can i achieve this. Can i use entities here..say like send mail to [site:mail] pr ...
1
vote
1answer
72 views
Drupal 7 e-mail driven forum (mailcomment)
I've been tasked to set up a forum on drupal 7 that can support outgoing e-mail notifications with incoming e-mail posting for a forum section akin to Google Groups. I.e. a fully e-mail integrated ...
0
votes
1answer
247 views
How to enable Ckeditor for email templates?
I have installed HTML Mail module, to send HTML emails and it is working fine and sending email in HTML format. Now i wanted to load CKeditor for email templates textarea, as html email will be ...
2
votes
1answer
38 views
Allow users to email a file and create a new post
Tumblr allows users to upload files using a randomly generated email account that is assigned specifically to each user. I have a content type called "Video" and I would like to find a way to randomly ...
2
votes
2answers
102 views
Create a Drupal 7 node by email and populate multiple fields
I'm trying to import an email from Salesforce to drive node creation in Drupal 7. I've got mailhandler/feeds set up to do most of the heavy lifting, but the one thing I can seem to figure out is how ...
0
votes
0answers
110 views
mail is not sent through SMTP
Im trying to send an HTML mail through SMTP, Im currently using the modules:
MIME mail
PHPMailer
Mail System
On a Drupal 7 site.
The problem is that when I check the mail header that I have ...