TYPO3 emails with AWS SES, MailChimp and more

Have you ever struggled sending emails with TYPO3?Why not sending them with an external, established and highly professional 3rd party email provider? TYPO3 has a not documented feature to send out mails easily with: Amazon SES (Simple Email Service) Gmail MailChimp Mailgun Mailjet Postmark SendGrid Sendinblue Since version 10.0 TYPO3 is using the symfony/mailer to… Continue reading TYPO3 emails with AWS SES, MailChimp and more

Published
Categorized as AWS, SES, TYPO3

Connect TYPO3 with AWS S3

Some years ago TYPO3 version 6.2 introduced the File Abstraction Layer “FAL” to integrate any file storages within TYPO3. Using S3 buckets as file storage could have two benefits: Storing large files on a serverless platform Delivery the files easily with the AWS CDN CloudFront to increase the performance So I started in 2014, sponsored… Continue reading Connect TYPO3 with AWS S3

Published
Categorized as AWS, S3, TYPO3