Hi,
It's not hard. You just need to extend this action. Just by looking at the UI I can tell you that you need to:
1- Change jsp/actions/mail.jsp to include a checkbox to select whether or not to send e-mail to self.
2- Extend org.alfresco.web.bean.users.EmailSpaceUsersDialog to change what goes in the from field and send email to self if check box is selected.
3- Don't forget to override the manged bean backing this dialog. The managed bean is called EmailSpaceUsersDialog and is defined in faces-config-beans.xml.
You might have to do a few more things but this should get you started.
Hope this helps,
–Alaaeldin