Check the configuration in your web.config, you need something like this
<system.net>
<mailSettings>
<smtp from="info@mojoportal.com">
<network
host="mail.mojoportal.com"
port="25"
password="admin"
userName="info@mojoportal.com"
/>
</smtp>
</mailSettings>
</system.net>