What are the basic features of an email module in a common web application?

Posted by Coral Doe on Programmers See other posts from Programmers or by Coral Doe
Published on 2012-07-02T14:02:38Z Indexed on 2012/07/02 15:23 UTC
Read the original article Hit count: 365

Filed under:
|
|
|

When developing an email module, what are the features to have in mind, besides actual email sending?

I am talking about an email module that notifies users of events and periodically sends reports.

The only other feature I have in mind is maintaining grey/black lists for users that do illegal operations in the system or any other things that may lead to email/domain/IP banning.

Is there an etiquette for developing email modules? Are there some references of requirements for such modules?

© Programmers or respective owner

Related posts about design

Related posts about email