SMTP Mail Feature Design from the System

SMTP Mail Feature Design from the System

When a System needs to send the notification mail to Internal User or to External User,
the Mail Relavant Inforamtion ( Sender / Receiver / Subject / Content ) can be added to Database First.
 
There is the other Batch Job which be executed to read the Mail Item Database to send the notification mail
( SMTP – Microsoft Exchange or Domino ).
the Mail Batch Job would be deployed on the other Server outside of the Application Server.
 
If there is some SMS which needs to be sent to External User, this Design is also worked.
Based on the information from Previous Task,
the SMS Gateway can be integrated to SMTP Server for sending SMS Message to External User.
( Mostly Likely about the Multiple Factor Token or Some Notification Message or Marketing Content. )
For sending SMS, it would have some special prefix from Receiver Mail Address.
For Development, the Receiver Mail Address with SMS Prefix would be tested from the Outlook or the Notes Client first.
For some Domino Environment, it is possible to assign SMTP Relay on specific Server Machine for allowing execute SMTP Coding for sending SMS / Mail.
 
For .net SMTP Libary or Java SMTP Libary from Domino, it is also worked to send SMS by using SMTP / SMTP Library.