You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The send_email function checks if the body contains html and sets the subtype accordingly. Export this functionality into a function called contains_html and write tests for the function.
The
send_emailfunction checks if the body contains html and sets thesubtypeaccordingly. Export this functionality into a function calledcontains_htmland write tests for the function.