I created a rule that performs when new node is created. it sends spesific fields of content type to certian email address.

I was able to get all fields except image fields. I'd like to get absoulte path of image fields to my email. I have used token replacement by creating rules message body. Even though Rule UI gives image fields tokens, it keeps to return empty.

Comments

TR’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Are you aware that Rules only sends plain text e-mail? Rules uses the default core Drupal mailsystem, PhpMail, which strips HTML tags. Specifically, it discards image tags. If you want to send HTML e-mail you will have to use another module which provides a Rules action to send HTML mail. For example, Mime Mail.