Mailing encrypted password to user

How can I email password to user that is stored in SHA1 encrypted format? Thanks

SHA1 isn't an encryption method. it's a one-way hash.

Fred