Tagged Questions
0
votes
1answer
29 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
101 views
Drupal 7 sending webpage through email
I've implemented hook_menu and in page callback there is a function in my module which retrieves some records randomly and theme them with theme_table. Now I want a button on the page for sending this ...
2
votes
0answers
190 views
Email filter in default admin users/people search form
I would like an additional filter (email-text input) in the drupal7 default admin users/people search form. Is there any module as I can't find one for drupal7?
I found that another way is the use of ...
1
vote
0answers
56 views
Sending mail to detailed groups?
Ok, I need a bit of help with this one.
I have a website where I created a newsletter using Simplenews - works just fine, I'm sending some welcoming text + attached views of new things on site. But ...
1
vote
0answers
50 views
Using HTML Mail Module, how to link items in the email to individual product page?
Using HTML Mail Module, I allow users to send shopping list (items) email as a notification, but when i send that email, the products in the mail are not linked to individual product page. How can I ...
0
votes
0answers
15 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) {
...
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 ...
0
votes
0answers
391 views
HTML Mail module not calling template
I have htmlmail--htmlmail.tpl.php in the root of my theme directory (matching the path outlined in the bottom of the test email which tells me I got some things right)
Set Mail system to use HTML ...
0
votes
0answers
104 views
drupal mail printout message
I have created a module which calls drupal_mail. The emailing works fine, but everytime it emails, it prints out a whole page of text, each line starting with SMTP->, showing you exactly what is ...