The package itself can't send email after it's completed. You could use workflow to make the send mail task the last step in the package so the email is sent just before the package completes or you could run the package from a job and have the job send an email notice when the DTS job step completes.
Greg