Opened 8 years ago
Closed 8 years ago
#5686 defect closed fixed (fixed)
SMTP Client 11 (smtpclient-11.tac) throws AttributeError exception
Reported by: | argonemyth | Owned by: | Itamar Turner-Trauring |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Keywords: | documentation tutorial easy | |
Cc: | jesstess, argonemyth | Branch: | |
Author: |
Description
Well, that's because a mxRecord instance no longer has the 'exchange' attribute - should replace 'mxRecord.exchange' with 'mxRecord.name'.
It will be quick. Let me fix it first (before updating the whole SMTP client tutorial), so people can have a working SMTP client.
Attachments (1)
Change History (4)
comment:1 Changed 8 years ago by
Cc: | argonemyth added |
---|---|
Component: | core → mail |
Keywords: | review added |
Owner: | argonemyth deleted |
Changed 8 years ago by
Attachment: | smtpclient11-fix-20120524.patch added |
---|
comment:2 Changed 8 years ago by
Keywords: | review removed |
---|---|
Owner: | set to Itamar Turner-Trauring |
Looks good; I'll merge.
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated the tac and doc files (see patch mtpclient11-fix-20120524.patch), smtpclient-11.tac should be a working client now.
(Oops, forgot to change the component when I created the ticket!)