add method

add

Adds an embedded resource to the EmailContent.

def add(self, file_content, name):
    ...
Parameter Type Description
file_content bytes The content of the file to be added.
name str The name of the file.

See Also