First, I found this post absolutely helpful it was so clear and easy to follow. And the best part was the t-sql at the end that helps explain and teach you how to do it through a script.
Second, there are two additional steps to acutally get SQL 2005 to send you email alerts about your jobs.
1. You must edit the properties of the SQLAgent and enable database mail and set the mail profile.
2. You must create an operator to use to configure the maintenance plans to send the email alert to.
Finally I would like to see an update of the post to included these two step, paticularlry the T-SQL code so that I can create a scipt to do all of it.
I have to say that this was a fantastic post and very helpful in that you show the wizard steps and the more complex t-sql steps and I found that portion wonderful and will use it in the future....
Regards,
Mike