lamson

Hooking up lamson with django 1.4

北城以北 提交于 2019-12-24 19:45:21
问题 I'm trying to hook-up lamson with django 1.4. I've seen the documentation on hooking up lamson with django and the librelist example from the source, but it seems to use a previous version of django. I have created a "webapp" project that contains an "emails" app as described in the basic django 1.4 tutorial. The webapp/webapp/settings.py file contains a reference to the emails application in the installed_apps like this: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes'

lamson: mail address format

南楼画角 提交于 2019-12-11 19:18:14
问题 I'm using Lamson SMTP server with a Queue receiver for a project. It works fine, but from time to time, I get weird address emails in the "to" and "cc" headers from the email sent with mutt, with the default testing environment. ex. an email sent to test@test.com with mutt will be sent to the SMTPReceiver, placed in maildir and processed with the QueueReceiver. What I finally get is something like test@xn--est-o0a.com I'm guessing it has to do with encoding but since Lamson is supposed to