Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Glad its working! Thanks for the beer!
Cheers,
Joe
Just buy Joe another beer and we'll call it even.
Sorry, another couple of questions.
Do any SMTP settings need to go in the user.config file? I have made the necessary changes to the web.config file and registration emails are not going out. I do have an account setup on Arvixe.
Also, how can I confirm that a payment confirmation came back from PayPal? Is this an issue with the Medium Trust on Arvixe? Also, how can I associate that payment with a distinct user level?
If you can't tell, I am a 25 year desktop developer with limited web work.
Yes, you should configure SMTP settings in user.config
See the article Email Configuration for details, the actual setting values you need would have to come from Arvixe or whoever your email is provided by.
Hope that helps,
Your config settings for SMTP at Arvixe will look something like this:
<add key="SMTPServer" value="localhost"/> <add key="SMTPRequiresAuthentication" value="false"/> <add key="SMTPUseSsl" value="false"/> <add key="SMTPPort" value="25"/> <add key="SMTPUser" value="youruser@broadcastsports.org"/> <add key="SMTPPassword" value="yourpassword"/> <add key="SMTPTimeoutInMilliseconds" value="30000"/>