You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use_sandbox (bool) – Flag must be set to use sandbox domain instead of verified sending domain. Limited to a lifetime of 50 transmissions with this domain. - I'm not clear on the usage of this flag. We just want to send some emails on behalf of something like "[email protected]". Can we just set this flag to False? When might we want to set it to True?
Attachments. So this is a list of dictionaries. Does this support the s3 protocol so as to be able to pass in AWS S3 based filepaths? If not, should we just download the files locally, base64-encode them, and attach the dicts?
Are all the 3 parts of this mandatory? Do we need to supply the MIME type? the filename? The filename is easy to supply; mostly wondering if the MIME type is mandatory.
Campaign. Is there any benefit to supplying this value? Is this the campaign name from the config?
The text was updated successfully, but these errors were encountered:
Could someone provide some insight on the below pls?
(Looking at the project doc here)
Are all the 3 parts of this mandatory? Do we need to supply the MIME type? the filename? The filename is easy to supply; mostly wondering if the MIME type is mandatory.
The text was updated successfully, but these errors were encountered: