Home » 
        MCQs » 
        Meteor.js MCQs
    
        
    The email is then sent to the recipient using the ____ function
    
    
    
	47. The email is then sent to the recipient using the ____ function.
    
      - Email.client
 
      - Email.dispatch
 
      - Email.send
 
      - Email.post
 
    
    Answer: C) Email.send
    Explanation:
    The email is then sent to the recipient using the Email.send function.