NotifyAdmins about

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/12/2010 7:23:31 PM
Gravatar
Total Posts 85

NotifyAdmins about

Hi, there is a small problem ( guess my fault but I could not find the reason )... so between domain do not have the e-mail routing...

My Problem ; abapspecialist new member information notify mail do not going to abapspecialist admin mail, going to abapdnismani admin e-maill ...this is wrong...  Where could I have done wrong? ( new user take welcome e-mail norepy at abapspecialist.com )

first site web.config ( abapspecialist )

"NotifyAdminsOnNewUserRegistration" value="true"

<add key="SMTPServer" value="mail.abapspecialist.com"/>
<add key="SMTPRequiresAuthentication" value="true"/>
<add key="SMTPUseSsl" value="false"/>
<add key="SMTPPort" value="2525"/>
<add key="SMTPUser" value="admin@abapspecialist.com"/>
<add key="SMTPPassword" value="my password1"/>

<smtp from="noreply@abapspecialist.com">
<network host="mail.abapspecialist.com" port="2525" password="my password1" userName="admin@abapspecialist.com"/>
</smtp>

second site web.config ( abapdanismani )

"NotifyAdminsOnNewUserRegistration" value="true"

<add key="SMTPServer" value="mail.abapdanismani.com"/>
<add key="SMTPRequiresAuthentication" value="true"/>
<add key="SMTPUseSsl" value="false"/>
<add key="SMTPPort" value="2525"/>
<add key="SMTPUser" value="admin@abapdanismani.com"/>
<add key="SMTPPassword" value="my password1"/>

<smtp from="noreply@abapdanismani.com">
<network host="mail.abapdanismani.com" port="2525" password="my password1" userName="admin@abapdanismani.com"/>
</smtp>

 note : i use all sites for same domain company ( moniker ) and same host company ( mochahost ) shared ip, mojoportal and MsSQL different setup for each site... 

sory my poor english,

Best,

Volkan

10/12/2010 8:09:18 PM
Gravatar
Total Posts 2239

Re: NotifyAdmins about

Hi Volkan,

What is your email address for your admin account on both sites? My guess is that you are using the adapdnismani email account on both sites.

Thanks,
Joe
 

 

10/13/2010 6:52:27 AM
Gravatar
Total Posts 85

Re: NotifyAdmins about

Hi Joe,

Guessed correctly, yes.. I checked after seeing your reply. cool

 

Thankyou,

Volkan

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