Tagged Questions
0
votes
1answer
19 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 ...
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 ...
-1
votes
2answers
116 views
How fast does Drupal send email?
My SMTP server has sending limit up to 5 messages per second. On Drupal 6 site I have up to 500 users in organic groups to whom I would like to send newsletter.
What sending limit should I set for ...
0
votes
1answer
71 views
Token for email includes name of field
Ok, so I've got this webform sending an email upon correct submission.
I'm trying to format the email so that it can send to a user who submits a form.
This email would say something like "Hi, Name, ...
0
votes
0answers
97 views
Ubercart trying to send email to blank email address
I have an issue with ubercart 2.10 on Drupal 6.26 (with node-checkout 6.2 beta8) which tries to send an email a blank email address every time you remove an item from the cart. The error message ...
0
votes
1answer
65 views
'Change email' form on custom page
I would basically like to display the form/field that is used for changing the user's email address on a custom page with my own layout and things.
Ideally, I would like to make it so that if ...
0
votes
1answer
120 views
Newsletter and email limit of provider [duplicate]
Possible Duplicate:
How to add newsletter functionality in drupal 7 (just stable modules if possible)
I need to know a good email newsletter system for Drupal that can trigger email send in ...
1
vote
4answers
984 views
How can I disable all outgoing emails from a site all at once?
There are some automated outgoing emails from my Drupal site like by core system mail, ubercart, webform and Rules.
The reason is that I also have a test site which is exactly the copy of the ...
0
votes
1answer
203 views
Drupal 6 Webforms sends duplicate emails
A user fills out a webform that I created and it gets emailed me. Sometimes I get duplicate emails when they fill it out. I'm thinking that this is because they are hitting the submit button multiple ...
2
votes
1answer
261 views
sending query results via email
if this is my function:
<?php
//dsm($query);
function customstatsB_menu() {
$items['customstatsB'] = array(
'title' => 'Maestros Inactivos + email',
'page callback' => ...
0
votes
1answer
55 views
Form API-built form only emails Array, not the form results
I am having a special moment here:
I need to send an email with form results. These form results are in two fieldsets. This should be the easiest part of building this, but I'm having a brain freeze. ...
0
votes
1answer
93 views
How to find a mails $mailkey
I'm trying to theme a couple of different mails generated by notifications using the mimemail module. Is there a reliable method to find a mails mailkey for use in a template?
1
vote
1answer
106 views
triggering email from custom module
I have a module that uses hook_menu to create several pages that are populated with SQL query results.
I have been trying to configure drupal_mail and hook_mail to send these results via mail when ...
0
votes
0answers
81 views
one-time only poll email link
How can i send only one time use email link to for polling and if the user click that link again than he will be redirected to the revise the poll page.Is there any way to do this using contrib ...
3
votes
2answers
249 views
Testing Email locally? Could i reroute email to watchdog?
I'm trying to debug how an email invoice looks in ubercart locally. Mail is not configured on my local machine (ubuntu 11.10).
I really would prefer to debug this locally without sending nagging ...