Hi guys, I having setup the right smpt parameter for our rackspace instance in /opt/invenio/etc/invenio.conf .. I still don't get email notifications When I checked the error log for what the problem could be. I found this.
Frame send_email in /usr/local/lib/python2.6/dist-packages/invenio/mailutils.py at line 246
-------------------------------------------------------------------------------
243 try:
244 raise InvenioMiscUtilError(_('Error in sending email from %s to %s with body %s.') % (fromaddr, toaddr, body))
245 except InvenioMiscUtilError, exc:
----> 246 register_exception()
247 # log('ERR_MISCUTIL_SENDING_EMAIL', fromaddr, toaddr, body)
248 return sent
249
-------------------------------------------------------------------------------
header = "''"
copy_to_admin = '0'
subject = '"Account created on \'example Institutional Repository\'"'
ln = "'en'"
charset = 'None'
html_header = 'None'
content = '"An account has been created for you on \'example Institutional Repository\':\\n\\n Username/Email: [email protected]\\n Password: ******\\n\\n---------------------------------\\nexample Institutional Repository"'
debug_level = '0'
replytoaddr = "''"
sent = 'False'
body = '\'MIME-Version: 1.0\\nContent-Type: text/plain; charset="us-ascii"\\nContent-Transfer-Encoding: 7bit\\nFrom: [email protected]\\nTo: [email protected]\\nSubject: Account created on \\\'example Institutional Repository\\\'\\nUser-Agent: Invenio 1.1.1 at http://repository.example-abuja.org\\n\\nAn account has been created for you on \\\'example Institutional Repository\\\':\\n\\n Username/Email: [email protected]\\n Password: ******\\n\\n---------------------------------\\nexample Institutional R [...]
usebcc = 'False'
fromaddr = "'[email protected]'"
html_images = '{}'
attempt_times = '0'
_ = '<bound method GNUTranslations.gettext of <gettext.GNUTranslations instance at 0xb6d8e7ac>>'
exc = 'InvenioMiscUtilError()'
footer = 'None'
html_content = "''"
server = '<smtplib.SMTP instance at 0xb8f53b2c>'
html_footer = 'None'
toaddr = "['[email protected]']"
attempt_sleeptime = '10'
what could I be doing wrong?

