Closed mr-napik closed 6 years ago
Scheduling parameter https://sendgrid.com/docs/API_Reference/SMTP_API/scheduling_parameters.html#-Send-At is retrieved from the original message and written to the target. It is also checked for type as standard time.time() timestamp is float and is refused by SendGrid.
Looks good to me. Can you add a quick unit test for this functionality in test/test_mail.py? Thanks!
test/test_mail.py
Scheduling parameter https://sendgrid.com/docs/API_Reference/SMTP_API/scheduling_parameters.html#-Send-At is retrieved from the original message and written to the target. It is also checked for type as standard time.time() timestamp is float and is refused by SendGrid.