Email SMTP configuration failure

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
11/7/2008 7:04:09 AM
Gravatar
Total Posts 14

Re: Email SMTP configuration failure

Ok I set this to false

<add key="NotifyAdminsOnNewUserRegistration" value="false" />

and now everythink is ok.

The problem of the empty subject is caused by the fact that I didn't give a name to my site because it appears like text in the header, but I have the name in the logo so now there are two names (one in the logo image and one written on it). Must I modify it in the skin?

11/7/2008 7:37:17 AM
Gravatar
Total Posts 18439

Re: Email SMTP configuration failure

Yes, if you don't want to show a text title you can chop this out of your layout.master file:

<portal:SiteTitle id="SiteTitle" runat="server"></portal:SiteTitle>

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.