I have a piece of code that sends me an email when a button is pressed. However if for some reason the email won't send I don't want the code to break, I would like it to just ignore this command and carry on. How do I add that into my current code?I have a piece of code that sends me an email w