Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

I use the word Communications because the email container may not have a body of text but a file that needs to be extracted and acted on as the real communications. 

overview: allow the java mail to access may email accounts for downloading. Both IMAP and POP3. use the UDI to delete emails from Server for POP3. 

Incoming communications:

overview: to get maile 

1) handle emails that are returned not valid address 

2) handle delivery notifications.

3)

OutGoing communications

overview. for now we will assume we are sending to a mail server and it will handle communications to the recipients. So the non deliver and Fatal codes are referenced to the mail servers ofbiz sends to.
for more sophisticated systems will be the outgoing mail server and handle the non deliever and fatal errors directlly. most consider threads that are used for this as potentially fatal in they may hang the whole system.

1) add DSN for deliver notifications 

2) add to sendmail the non delivery. and retry for non 550 codes

3) send fatal codes bak thru the incoming routines. 

  • No labels