<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>You could make your user submit fire first (using array_unshift for the handlers) and allow the standard email to go out after you have done your thing.</span></div><div>&nbsp;</div><div><font color="#ff007f" size="4" face="bookman old style, new york, times, serif"><i><strong>Nancy</strong></i></font></div><div>&nbsp;<br></div><div><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-size: 12pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Jeff
 Hartman &lt;lists@jeffhartman.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> development@drupal.org<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, June 8, 2011 2:33 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [development] User registration email<br></font><br>
I still want to keep the standard user registrations emails since this is a custom page with a registration form for people to sign up for an event. We still get people creating accounts for the site for other purposes.<br><br>The event registration page just happens to be creating a Drupal user account at the same time to simplify the account creation process for people visiting for this specific purpose.<br><br>&gt;&gt; A client I am working for asked to have a special landing page set up for user registration for an event. The registration form uses user_register to create a Drupal account (using Drupal 6). Form works great, creates account and logs people in upon account creation.<br>&gt;&gt; <br>&gt;&gt; How do I go about creating and sending a custom email that includes the new account username and auto-generated password? Do I need to create my own user_register_submit function to override the current (seems redundant) or is there a simpler
 way.<br><br></div></div></blockquote></div></div></body></html>