Great Module, but it seams that it only sends mails to known users. In my case the email addresses are taken form a cck field.<br><br>Any other ideas?<br>Best Regards<br>Ernst<br><br><br><div class="gmail_quote">2010/1/28 Steven Jones <span dir="ltr">&lt;<a href="mailto:steven.jones@computerminds.co.uk">steven.jones@computerminds.co.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">You might want to have a look at:<br>
<a href="http://drupal.org/project/notifications" target="_blank">http://drupal.org/project/notifications</a><br>
and its associated modules too.<br>
<div><div></div><div class="h5"><br>
Regards<br>
Steven Jones<br>
ComputerMinds ltd - Perfect Drupal Websites<br>
<br>
Phone : 024 7666 7277<br>
Mobile : 07702 131 576<br>
Twitter : darthsteven<br>
<a href="http://www.computerminds.co.uk" target="_blank">http://www.computerminds.co.uk</a><br>
<br>
<br>
<br>
2010/1/28 Ernst Plüss &lt;<a href="mailto:ernst.pluess@gmail.com">ernst.pluess@gmail.com</a>&gt;:<br>
&gt; Thanks for the hint!<br>
&gt;<br>
&gt; I need a solution which sends the email right after the node has been<br>
&gt; created (30-60 Seconds delay would be ok).<br>
&gt;<br>
&gt; I had a quick look at the rules scheduler code. Unfortunately it&#39;s not a<br>
&gt; real timer solution. It just wirtes a record to the db. The next time cron<br>
&gt; is run all sceduled rule sets which have expired are executed. I think it&#39;s<br>
&gt; not a good idea to call cron every 60 Seconds.<br>
&gt;<br>
&gt; Is there a way to tell drupal (or apache) to do something in x Seconds?<br>
&gt;<br>
&gt; Best Regards<br>
&gt; Ernst<br>
&gt;<br>
&gt;<br>
&gt; 2010/1/28 Steven Jones &lt;<a href="mailto:steven.jones@computerminds.co.uk">steven.jones@computerminds.co.uk</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; You could use the rules module, in a fairly complex way:<br>
&gt;&gt;<br>
&gt;&gt; Add you email sending rule as a new rule set.<br>
&gt;&gt; Enable the rules scheduler component, and set it so that 30 seconds<br>
&gt;&gt; after a new node is created the rule set is called with the node<br>
&gt;&gt; inserted. This might work, is probably over-complicated, you won&#39;t<br>
&gt;&gt; like the UI, but it&#39;s very flexible.<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt; Steven Jones<br>
&gt;&gt; ComputerMinds ltd - Perfect Drupal Websites<br>
&gt;&gt;<br>
&gt;&gt; Phone : 024 7666 7277<br>
&gt;&gt; Mobile : 07702 131 576<br>
&gt;&gt; Twitter : darthsteven<br>
&gt;&gt; <a href="http://www.computerminds.co.uk" target="_blank">http://www.computerminds.co.uk</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2010/1/28 Ernst Plüss &lt;<a href="mailto:ernst.pluess@gmail.com">ernst.pluess@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Hi Drupalfriends<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; How can I send the contents of a node by email after it has been<br>
&gt;&gt; &gt; created?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I installed the print module and tired to call their methods from<br>
&gt;&gt; &gt; hook_nodeapi up on $op==&#39;instert&#39;. But it turned out that at this point<br>
&gt;&gt; &gt; not<br>
&gt;&gt; &gt; all node information is saved, which causes a lot of funny side effects<br>
&gt;&gt; &gt; (access control, strange messages on screen, etc).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The best thing I found is to have a hidden iframe, when the contents is<br>
&gt;&gt; &gt; shown after the user hits send. The link of the iframe would call a call<br>
&gt;&gt; &gt; back url which triggers the mail functionality. But I&#39;m not really happy<br>
&gt;&gt; &gt; with this solution.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any ideas are welcome?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best Regards<br>
&gt;&gt; &gt; Ernst<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>