All Questions
Tagged with email design-patterns
6 questions
5
votes
0
answers
173
views
Replacing tags in email
I have multiple tables and multiple email templates which will need tags replacing. The data for the tags depends on the recipient id as the data will need to be fetched from different tables.
I have ...
3
votes
1
answer
173
views
Mail Client - Displaying email details for selected JTable Row
I'm trying to write a very simple IMAP email client in Java.
There is one table per account with multiple multiline rows.
The last selected row of one of the tables should be displayed in an extra ...
4
votes
1
answer
4k
views
Implement mail sending system elegantly
In my project I need to send emails. Emails will have different credentials and senders. I'm thinking about "abstract factory", but will it be good solution?
...
4
votes
1
answer
1k
views
PHP e-mail sending class design
I'm working on a class, what will be able to send e-mails for our customers. I need to help with review of my classes design. I'm trying to do it to be easy extendable in future. I'm thinking about ...
5
votes
3
answers
528
views
Use of mediator design pattern with mailing list implementation
I have implemented the following scenario for the Mediator pattern sample:
MailingListMediator: Manages the subscription and send the mail back and forth.
...
4
votes
3
answers
835
views
Email text validator
I'm using this pattern for the first time and wanted to check if this is the correct implementation.
class.validator.strategy.php
...