mail not send

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/26/2008 7:15:45 AM
Gravatar
Total Posts 26

mail not send

hi joe

this is viren

i hav successfully installed mojoportal & i like it very good software..

but currently i m facing a problem tht i want user should confirm his login after email send by system..but user is not receiving any mail fom our side '

my current settings are

<add key="SMTPServer" value="mail.pyxis-it.com" />
<add key="SMTPRequiresAuthentication" value="true" />
<add key="SMTPUseSsl" value="false" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="UserName" />
<add key="SMTPPassword" value="UPassword" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- leave this blank for ascii encoding -->
<add key="SmtpPreferredEncoding" value="" />

help me with this what can i do

i want to send mail from

virendra.r@pyxis-it.com

plz help me with this....

 

8/26/2008 7:35:57 AM
Gravatar
Total Posts 18439

Re: mail not send

Hi Viren,

As documented here:
http://www.mojoportal.com/emailconfiguration.aspx

There are 2 places where you need to enter the smtp settings, you only set one of them. You need to also make settigs in system.net mailsettings section of web.config

New user email confirmation, password recovery and a few other things (things built into ASP.NET) use the settings from system.net mailsettings section.

Hope it helps,

Joe

ps: please, do me a favor and stop doube posting your questions in more than one forum. I do not like having to answer the same question in 2 places and if I only answer one of them it makes it look like I didn't answer.

8/26/2008 8:07:01 AM
Gravatar
Total Posts 26

Re: mail not send

<add key="SMTPServer" value="mail.pyxis-it.com" />
<add key="SMTPRequiresAuthentication" value="true" />
<add key="SMTPUseSsl" value="false" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="UserName" />
<add key="SMTPPassword" value="UPassword" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- leave this blank for ascii encoding -->
<add key="SmtpPreferredEncoding" value="" />

system.net>
<mailSettings>
<smtp from="virendra.r@pyxis-it.com">
<network
host="localhost"
port="25"
password="UserName"
userName="UPassword"
/>
</smtp>
</mailSettings>
</system.net>

after changing settings to these settings .i m still getting this exception as ..Incorrect authentication data...plz help me with this...

i wil post my error on this page after this..sorry for tht.   .tak care

 

 

8/26/2008 8:12:22 AM
Gravatar
Total Posts 26

Re: mail not send

5.7.1 Unable to relay for virendra.r@pyxis-it.com

 

hi i m getting this exception help with this..

 

 

 

8/26/2008 8:21:02 AM
Gravatar
Total Posts 18439

Re: mail not send

You need to change from localhost to the host name of your mail server, you need to put a valid username and password for your mail server and the correct port for your mail server.

I would first test it using the appSettings settings and use the Contact form feature to send yourself an email. Once you get it working there then make the same settings in system.net mailsettings section. Put a contact form on a page, click the gears to edit settings for the contact form and put your email address there.

If you can't get the settings correct in the contact form then you need to check with the administrator of your mail server for correct settings.

If the settings are correct it will work. If the settings are not correct there is nothing I can do to help.

Best,

Joe

8/26/2008 8:54:34 AM
Gravatar
Total Posts 26

Re: mail not send

thanks joe for your quick reply ..i hav change settings according to u & it works now when user register with website he receive a mail from my id

but a new problem is when he click the link he is not able to go to  tht link..so kindly help with this ..

 

 

Thank You for Registering with Pyxis!

Your Registration will be confirmed by clicking the link below to unlock your account.
This is to prevent other people from Registering with your email address.


http://localhost:2912/ConfirmRegistration.aspx?ticket=31e47f26-2b0a-42ef-aea9-89b844906dac
 

 

see  the link when user click on this he is not redirected to the sign in page

expecting a quick reply from your side ..

thanks

virendra

 

 

8/26/2008 9:24:09 AM
Gravatar
Total Posts 18439

Re: mail not send

expecting a quick reply from your side ..

You should NOT have any such expectations of me I do not work for you.

I help people on my own schedule if I feel I am able and if they don't annoy me too much.

You should put more of your own effort into solving your own problems before asking me for help so quickly.

Look at the link in the email message. What does localhost mean? If the user receives the message on a different machine localhost points to his own machine. It will be different in a production environment where there will be a publicly resovable host name.

8/27/2008 12:12:04 AM
Gravatar
Total Posts 26

Re: mail not send

 

joe i dont mean tht..actually i was in problem..thts why i said tht..offcourse i dont want to do any annoying thing..i m fan of your work...

& u hav been very helpful from the day i started installing ..so plz help me with this...i wil appriciate ur help...

thanks & regards

virendra

 

8/27/2008 12:44:08 AM
Gravatar
Total Posts 26

uploading different files

 

 

could you please..tell me tht can we implement uploading different files on mojoportal..i want support for ppt ..doc..presentation

help me with this..when ur free..from ur schedule..

8/27/2008 5:52:30 AM
Gravatar
Total Posts 18439

Re: mail not send

Hi Virenda,

Ok, I accept it that you didn't mean to annoy me.

For sharing files like Word docs, Power Point, etc, I recommend that you use the Shared Files Module:
http://www.mojoportal.com/sharedfilesmodule.aspx

Hope it helps,

Joe

 

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