• Bridget Abercrombie 2
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I am working on the following Trailhead module:  https://developer.salesforce.com/trailhead/project/salesforce_developer_workshop/creating_apex_class

I receive the an following error message:
Execute Anonymous Error
Line: 9, Column: 1
System.EmailException: SendEmail failed. First exception on row 0; first error: INVALID_ID_FIELD, ID is invalid or you do not have access to the record.: [toAddresses, YOUR_EMAIL_ADDRESS]

My assumption is that I need to delete or overwrite the EMailManager but I can't seem to figure out how to to this.  Any help on what I should do in order to complete this module would be greatly appreciated.  
I am working on the following Trailhead module:  https://developer.salesforce.com/trailhead/project/salesforce_developer_workshop/creating_apex_class

I receive the an following error message:
Execute Anonymous Error
Line: 9, Column: 1
System.EmailException: SendEmail failed. First exception on row 0; first error: INVALID_ID_FIELD, ID is invalid or you do not have access to the record.: [toAddresses, YOUR_EMAIL_ADDRESS]

My assumption is that I need to delete or overwrite the EMailManager but I can't seem to figure out how to to this.  Any help on what I should do in order to complete this module would be greatly appreciated.