Modify web.config to enable Gravatars and select the service to use. Here is the snippet from the web.config file:
<add key="GravatarEnabled" value="false"/>
<!-- uncomment to use email2face.com
<add key="GravatarUrlFormatString" value="http://www.email2face.com/lookup/{0}" />
-->
<add key="GravatarUrlFormatString"
value="http://www.gravatar.com/avatar.php?gravatar_id={0}&size=50&default=default_gravatar.png" />
<add key="GravatarEmailFormat" value="MD5" />