Application/octet-stream bei EmailSendSMTP

Hallo Zusammen,

wir versuchen gerade für einige E-Mails aus Synesty, die einen Anhang erhalten, einen anderen E-Mail-Provider zu verwenden. Allerdings erhalten wir beim Versand die Fehlermeldung

SMTP 501 501 5.6.0 'application/octet-stream' is not allowed. Please refer to https://mimetypes.tem.scaleway.com for explicit MIME types list.

Jetzt gibt es in dem EmailSendSMTP Flow keine Möglichkeit den MIME type (außer für die Nachricht der E-Mail selbst) zu setzen.

Hatte schon mal jemand dieses Problem und konnte es lösen?

Viele Grüße
Ramin

Hallo Ramin,

wenn ich es richtig in Erinnerung habe, wird der MIME type der Email Anhänge „automatisch“ anhand des Dateinamens bzw. der Dateiendung gewählt.

Was für einen MIME type wollt ihr denn setzen und welchen Dateityp verschickt ihr im Anhang?

VG Torsten

Hallo Thorsten,

laut Scaleway sind nur folgende MIME types erlaubt

application/ics
application/pdf
application/pkcs7-signature
application/vnd.ms-excel
application/vnd.ms-powerpoint
application/vnd.oasis.opendocument.spreadsheet
application/vnd.openxmlformats-officedocument.presentationml.presentation
application/vnd.openxmlformats-officedocument.presentationml.slideshow
application/vnd.openxmlformats-officedocument.presentationml.template
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/vnd.openxmlformats-officedocument.spreadsheetml.template
application/x-pdf
application/xml
image/gif
image/jpeg
image/jpg
image/png
image/svg+xml
text/calendar
text/csv
text/html
text/plain
text/xml

Unsere Mails beinhalten lediglich csv und xls Dateien, die wir mit Hilfe des CSV Writer Steps bzw. Excel Writer Steps erstellen.

Viele Grüße
Ramin