what is the correct way to code a link that when clicked will send an email to temple at example.com with
Example: "http://" looks like a URL. Beautiful Soup is not an HTTP client. You should probably use an HTTP client like requests to get the document behind the URL, and feed that document to Beautiful Soup. markup
import warnings
warnings.filterwarnings("ignore", category=UserWarning, module='bs4')