Aws is not supporting attachments in mail

That's correct. Amazon Simple Email Service (SES) does not support attachments in emails. This is a known limitation of the service.

SES is designed to be a simple and lightweight email service, and attachments can add complexity and overhead to the email sending process. Additionally, attachments can also increase the size of the email, which can lead to issues with email delivery and spam filtering.

If you need to send emails with attachments, you may want to consider using a different email service that supports attachments, such as Amazon WorkMail or a third-party email service provider.

However, there are some workarounds you can use to send attachments with SES:

  1. Use a third-party service: You can use a third-party service that provides attachment support, such as Amazon S3 or a cloud-based file storage service. You can upload your attachments to this service and then include a link to the attachment in the email body.
  2. Use a URL shortener: You can use a URL shortener service to shorten the URL of the attachment and include it in the email body. This way, the recipient can click on the link to download the attachment.
  3. Use a file sharing service: You can use a file sharing service, such as Dropbox or Google Drive, to share the attachment with the recipient. You can include a link to the file in the email body, and the recipient can download the file from the file sharing service.

It's worth noting that while SES does not support attachments, it does support sending emails with inline images and HTML content. You can use these features to include images and other multimedia content in your emails, even if you can't send attachments.