This is an open forum for any mojoPortal topics that don't fall into the other categories.
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 )
<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
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
Hi Joe,
Guessed correctly, yes.. I checked after seeing your reply.
Thankyou,