Thanks for the hint!<br><br>I need a solution which sends the email right after the node has been created (30-60 Seconds delay would be ok).<br><br>I had a quick look at the rules scheduler code. Unfortunately it&#39;s not a real timer solution. It just wirtes a record to the db. The next time cron is run all sceduled rule sets which have expired are executed. I think it&#39;s not a good idea to call cron every 60 Seconds.<br>
<br>Is there a way to tell drupal (or apache) to do something in x Seconds?<br><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 could use the rules module, in a fairly complex way:<br>
<br>
Add you email sending rule as a new rule set.<br>
Enable the rules scheduler component, and set it so that 30 seconds<br>
after a new node is created the rule set is called with the node<br>
inserted. This might work, is probably over-complicated, you won&#39;t<br>
like the UI, but it&#39;s very flexible.<br>
<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>
<div><div></div><div class="h5">&gt; Hi Drupalfriends<br>
&gt;<br>
&gt; How can I send the contents of a node by email after it has been created?<br>
&gt;<br>
&gt; I installed the print module and tired to call their methods from<br>
&gt; hook_nodeapi up on $op==&#39;instert&#39;. But it turned out that at this point not<br>
&gt; all node information is saved, which causes a lot of funny side effects<br>
&gt; (access control, strange messages on screen, etc).<br>
&gt;<br>
&gt; The best thing I found is to have a hidden iframe, when the contents is<br>
&gt; shown after the user hits send. The link of the iframe would call a call<br>
&gt; back url which triggers the mail functionality. But I&#39;m not really happy<br>
&gt; with this solution.<br>
&gt;<br>
&gt; Any ideas are welcome?<br>
&gt;<br>
&gt; Best Regards<br>
&gt; Ernst<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>