Top "Amazon-ses" questions

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers.

How can set name for source/from attribute on sent emails?

I'm using aws-sdk-for-php and using AmazonSES for sending email. The problem is I want to set the name for the …

amazon-web-services amazon-ses
Why does Amazon EC2 limit port 25?

It says here... Amazon EC2 imposes default sending limits on email sent via port 25 and throttles outbound connections if you …

amazon-web-services amazon-ses
How to send email to non-verified email address using AWS SES

I am developing PHP application that, after sign-up, sends an activation mail to the registered email address using Amazon SES (…

amazon-web-services amazon-ses
Composer: where should I put the "vendor" folder?

I have concerns that are similar to what were addressed here. I'm using Composer to install Amazon AWS components to …

php amazon-web-services composer-php amazon-ses
Nodemailer and Amazon SES

My structure: site -- node_modules ---- nodemailer -- webclient ---- js ------- controller.js site/node_modules/nodemailer site/…

javascript amazon-ses nodemailer
Making PHP's mail() asynchronous

I have PHP's mail() using ssmtp which doesn't have a queue/spool, and is synchronous with AWS SES. I heard …

php email amazon-web-services asynchronous amazon-ses
How to check if email is valid before send through Amazon SES

I am fresh in implementing Amazon Web services. I am working on implementing an application for sending bulk emails from …

amazon-web-services amazon-ses
What is the correct SPF record for using both Amazon SES and Google Apps

What would be the correct SPF record to use for both Amazon SES and Google Apps together: Google Apps says …

email google-apps amazon-ses spf
AWS SES SDK send email with attachments

I'm using the official AWS Golang SDK to integrate with SES but can't find any information about how to add …

amazon-web-services go aws-sdk amazon-ses