Hi everyone,
when you add a custom/advanced action "Send e-mail ..." you can enter a recipient address. Below the field for the recipient address, it is written one can use placeholders "like [node:author:mail], [comment:author:mail] etc." with that. But when you enter [node:author:mail] instead of a mailaddress, drupal tries to send a mail to "[node:author:mail]@domain"; please take my mail log for prove:
Dec 16 01:55:06 tango011 postfix/pickup[29166]: DCF661203C9: uid=81 from=
Dec 16 01:55:06 tango011 postfix/cleanup[29668]: DCF661203C9: message-id=<20121216005506.DCF661203C9@testdomain.de>
Dec 16 01:55:07 tango011 postfix/qmgr[29167]: DCF661203C9: from=, size=818, nrcpt=1 (queue active)
Dec 16 01:55:07 tango011 postfix/local[29672]: DCF661203C9: to=<[node:author:mail]@testdomain.de>, orig_to=<[node:author:mail]>, relay=local, delay=0.4, delays=0.27/0.01/0/0.13, dsn=5.1.1, status=bounced (unknown user: "[node:author:mail]")
Dec 16 01:55:07 tango011 postfix/cleanup[29668]: 35A9C1203CB: message-id=<20121216005507.35A9C1203CB@testdomain.de>
Dec 16 01:55:07 tango011 postfix/bounce[29673]: DCF661203C9: sender non-delivery notification: 35A9C1203CB
Dec 16 01:55:07 tango011 postfix/qmgr[29167]: 35A9C1203CB: from=<>, size=2860, nrcpt=1 (queue active)
Dec 16 01:55:07 tango011 postfix/qmgr[29167]: DCF661203C9: removed
Dec 16 01:55:07 tango011 postfix/smtp[29674]: 35A9C1203CB: to=, relay=mx0.testdomain.de[82.179.136.161]:25, delay=0.59, delays=0.13/0.01/0.14/0.3, dsn=5.1.1, status=bounced (host mx0.testdomain.de[82.179.136.161] said: 550 5.1.1 : Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command))
Dec 16 01:55:07 tango011 postfix/qmgr[29167]: 35A9C1203CB: removed
Dec 16 02:00:01 tango011 postfix/pickup[29166]: EB4FD1203CB: uid=666 from=
Dec 16 02:00:01 tango011 postfix/cleanup[29740]: EB4FD1203CB: message-id=<20121216010001.EB4FD1203CB@testdomain.de>
Dec 16 02:00:02 tango011 postfix/qmgr[29167]: EB4FD1203CB: from=, size=970, nrcpt=1 (queue active)
Dec 16 02:00:02 tango011 postfix/local[29742]: EB4FD1203CB: to=, orig_to=, relay=local, delay=0.73, delays=0.64/0.01/0/0.09, dsn=2.0.0, status=sent (delivered to maildir)
Dec 16 02:00:02 tango011 postfix/qmgr[29167]: EB4FD1203CB: removed
What I would expect to happen is either that "[node:author:mail]" is replaced by Drupal by the e-mail of the node's author or that this isn't written below this field; where the first solution would be prefered.
Comments