Closed josephmancuso closed 3 years ago
Closes #107
Adds the ability to add custom email headers:
def build(self): return ( self.to("idmann509@gmail.com") .header("X-Custom", 'value') .from_("joe@masoniteproject.com") )
Closes #107
Adds the ability to add custom email headers: