Home
Gmail Rejecting Emails from DominoTeamMailbox
IBM (Domino) Thursday, 18 April 2013 by Paul Farris
Gmail Rejecting Emails from DominoTeamMailbox
 
It seems that Google has recently changed some of the checks which are carried out on emails causing them to be rejected when sent using the DominoTeamMailbox template. They are rejected with the message below:
 
----- Transcript of session follows -----
... while talking to gmail-smtp-in.l.google.com.:
>>> DATA
<<< 550-5.7.1 [x.x.x.x      11] Our system has detected that this message is
<<< 550-5.7.1 not RFC 2822 compliant. To reduce the amount of spam sent to Gmail,
<<< 550-5.7.1 this message has been blocked. Please review
<<< 550 5.7.1 RFC 2822 specifications for more information. i1si7080240wie.29 - gsmtp
554 5.0.0 Service unavailable
 
A work-around is to edit the SendThisMessage function in the TeamMailboxLibrary lotusscript library and add the line below to the section "'Mail router needs a special field, named Recipients"
 
Call note.ReplaceItemValue ("Principal",note.from)
 
Thanks to Brian Fuhrman for this fix (more information on the OpenNTF website  at - http://www.openntf.org/internal/home.nsf/response.xsp?action=openDocument&documentId=B856254DAF4E5A0986257B4F0051BE85&MainID=C67C31E80DD5D73A86257B44005074A7).

Add Comment
No Comments.