Salesforce Validation Rule For Comma Separated Email Ids

Sample Code:

OR( 
NOT( 
REGEX(Invite_Participants__c, "([a-zA-Z0-9._-]+@[a-zA-Z]+.[a-zA-Z,]{2,4})*") 
), 
RIGHT(Invite_Participants__c, 1 ) = "," 
)