Sending email from within Drupal is built into Drupal core. However, sending email only deals with those areas which Drupal knows about.

Things like registration and password resets and things Drupal must handle. There’s no built-in functionality for emailing notifications based on your content. This is something you must add to your own site.

Here's a 26 minute video about using Drupal email for sending notifications to users about content modifications on your Drupal site.

The video highlights the Messaging and Notification modules.

Comments

baseball’s picture

Dear:
I use Drupal7 + rule module + swiftmailer moddule
and the realting module of those.

In those step:
1.I can sen mail form E-mail delivery\TEST tab of swiftmailer.
and resive the Receive the mail

2.I try to test rule with add new article with show message .
so, I can see the message after I create a new article.

3.BY the way ,I want to change the action to send mail:
resive ; log show
3-1.send mail : OK ;Successfully sent email to XXX@MIAL.COM

3-2.SEND HTML email : NO ; Successfully sent HTML email to the role(s) administrator.

3-3.SEND HTML mail
to all user of role: NO ;NO LOG show

Q1.SO,HOW can I send HTML mail by role with swiftmailer。

Q2.and, IN SEND HTML email,
A key to identify the e-mail sent. ==> wht key? where Can I find it.

and ATTACHMENTS:where the path it start?
root/ ? or root/site/all/default/?

THX