First time here? Check out the FAQ!
0

Add new user confirm email not working
 

Add new user confirm email not working

I don't think the Validation email is being sent because it doesn't appear to be hitting our mail server.

I also tried typing in my email address, and clicking confirm email and I get the following error

Sorry, registration failed. Please ask the site administrator for help.

Is there any way to turn on logging, or log files I can open that might give a clue as to what's happening and why?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Doug5280's avatar
83
Doug5280
asked 12 years ago

Comments

see more comments

1 Answer

0

Not sure if this is necessary, but I installed exim4-daemon-light via apt-get install and went through the dpkg configuration options, and was able to get my askbot server to communicate with my primary SMTP server.

I am now getting email validations sent, but the new problem is that the verify-email link appears to be missing the host and protocol info.

://account/verify-email/?validation_code=blahblahblah

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Doug5280's avatar
83
Doug5280
answered 12 years ago
link

Comments

Hi Doug, Did you set the settings in your settings.py? Could you please post it here? (Please, if you want to add something to your question, edit it. If you post as an answer, it may happen that we do not read it. The idea of a Q&A website is that all information you have is concentrated on your "question post" ;) ) btw: you can test the email by using the feedback form :)

oscarfh's avatar oscarfh (12 years ago)

Hi Oscar, I did have the SMTP settings in my settings.py, pointing to my mail server and port. I am still testing to see if exim was required. Looking into a few other options such as DNS fully-qualified names and spam filtering, but at this point, just happy it's working! Thanks for the suggestion.

Doug5280's avatar Doug5280 (12 years ago)
see more comments