You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 18:16:33 UTC

[GitHub] [airflow] repl-mike-roest commented on a diff in pull request #22667: Pass custom headers through in SES email backend

repl-mike-roest commented on code in PR #22667:
URL: https://github.com/apache/airflow/pull/22667#discussion_r844248945


##########
airflow/providers/amazon/aws/utils/emailer.py:
##########
@@ -32,6 +32,7 @@ def send_email(
     mime_charset: str = 'utf-8',
     conn_id: str = 'aws_default',
     from_email: Optional[str] = None,
+    custom_headers: Optional[Dict[str, Any]] = None,

Review Comment:
   I used the same typings that were used in #19009 for consistency.  And it matches the signature of build_mime_message



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org