Description

Every time the server tries to email someone, the bug appears.

Steps to reproduce

  1. Go to UserPreferences (assuming already logged in)

  2. Click 'Mail me my account data'
  3. See AtributeError failure page.

Example

See attached traceback.

Details

traceback.html

Workaround

No one known.

I have tried putting os.system('echo %s |mail <myself>' % msg.as_string(), but then the password is in UTF (I guess) so it's really not a workaround. I can't find documentation on resetting passwords so I'm stuck at this point. --MicahElliott

Now I have worked around this in the prescribed fashion (HelpOnConfiguration/EmailSupport) by setting mail_sendmail but the password enclosed in the mail looks like: {SHA}+9ls+wS+.... How do I send the password in plaintext? --MicahElliott

Discussion

I have also hit this problem. The traceback is identical to the one originally reported. My Python version is 2.4.2. I just upgraded to Moin 1.5.1 but it did not help -- I still have the problem! I am able to send mail on the server with "echo hello |mail <myself@example.com>" . Please let me know of any other details you need -- feel free to email me. Thanks for your efforts! --MicahElliott

Please attach a new traceback where mail_from is not empty AND mail_smarthost is not empty!

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/SmtpInstanceHasNoAtributeSock (last edited 2007-10-29 19:17:25 by localhost)