Questions tagged [amazon-ses]

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

Amazon SES (Simple Email Service) is an online email-sending service offered by Amazon Web Services. Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send emails from applications being hosted on services such as Amazon EC2.

References

2218 questions
258
votes
16 answers

Email address is not verified (AWS SES)

I want to use Amazon's Simple Email Service to send emails. I verified my domain as well as the email address I want to send from. For both it says verified. Now when I use the Send Test Email from the AWS Console to send a test email to…
maddo7
  • 4,503
  • 6
  • 31
  • 51
41
votes
5 answers

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 email. Example: 指定 < email_address > Here my source code: $mailer = new \AmazonSES( $aws_config ); $response =…
Mr.Coi
  • 437
  • 1
  • 4
  • 6
38
votes
5 answers

Redirecting EMails with Amazon SES Service

I am searching a way to redirect email which are sent to a domain whose DNS is Amazon's Route 53 service. E.g. I would like to redirect the email me@example.com to myname@gmail.com. And second@example.com to whatever@live.com. Is this possible to do…
David Graf
  • 1,152
  • 2
  • 13
  • 24
37
votes
4 answers

Amazon Simple Email Service (SES) - Should I use SMTP Interface or SES API?

I'm new to Amazon SES and I see that there are two ways to programmatically send emails: SES API (http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-api.html) SES SMTP Interface…
AlexG
  • 1,596
  • 2
  • 17
  • 26
37
votes
3 answers

Amazon EC2/SES SMTP Timeout

I have an issue when trying to send emails from my EC2 instance using SMTP to SES. For some reason I am getting sporadic timeout issues, where I can no longer contact the SMTP host. It is important to note that sending through SES works probably…
fattastic
  • 927
  • 1
  • 7
  • 10
36
votes
2 answers

Unable to use Spring cloud to connect with AWS SES

I have made a very simple maven project using Spring Boot. I am trying to connect with AWS SES using Spring cloud. While running the project, I am getting following error: No valid instance id defined Caused by:…
Abhinav
  • 3,322
  • 9
  • 47
  • 63
34
votes
8 answers

Amazon SES SMTP with Django

I'm trying to use Amazon's new SMTP service for SES with Django 1.3.1 but I'm not having much luck. I've created my SES SMTP credentials and have this in my settings: EMAIL_USE_TLS = True EMAIL_HOST =…
GivP
  • 2,634
  • 6
  • 32
  • 34
34
votes
7 answers

Send Attachments with Amazon-SES

I'm searching for an working C# example to send attachments with Amazon-SES. After reading that Amazon-SES now supports sending attachments I was searching for an C# example but was unable to find one.
Yots
  • 1,655
  • 6
  • 17
  • 25
33
votes
5 answers

Amazon SES mails as spams

I am using amazon SES for sending notification mails. Mails are getting delivered but sometimes mails are moved to spam folder. How is it so? If my method of sending mails is same then why some mails are considered as spam and others not? Please…
Rajat
  • 1,378
  • 4
  • 17
  • 33
30
votes
1 answer

How to properly set up DNS SPF records?

I'm sending weekly emails to subscribers and it turns out that messages are frequently going to the spam folder for users. I'm utilizing Amazon SES to send these messages and have added an SPF record according to their instructions:…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
30
votes
4 answers

Amazon SES (Simple Email Service) for bulk e-mail, NOT for transactional e-mails?

The Amazon SES (Simple Email Service) self-described as a "highly scalable and cost-effective bulk and transactional email-sending service". From everything that I can gather, and by perusing the AWS SDK as well as the SES guides and API, it looks…
Josh
  • 409
  • 1
  • 4
  • 6
29
votes
10 answers

Receiving Email is not working in Amazon SES

I tried to access the email and tried to store email in S3 bucket but it is not working. SES configuration: domain verified email address verified created rule set in rule set Recipient has provided In S3 action bucket name given…
sachin DK
  • 339
  • 2
  • 4
  • 7
29
votes
5 answers

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 (Simple Email Service). But SES is only sending emails to verified users. How can I send the activation link to any…
user3228848
  • 401
  • 1
  • 4
  • 5
29
votes
4 answers

Amazon SES Email address is not verified

I'm starting with the amazon servers and started studying about SES. I am using asp.net C # and made ​​my code based tutorials. I already checked the domain and also checked the emails in which I will run the test. So that when I run my code it…
leedream
  • 559
  • 1
  • 6
  • 21
26
votes
2 answers

How can i send mail without verifying the recipients in amazon ses

I have been trying to send mail with amazon ses and it worked very well for all the verified recipients. But i have a requirement to send mails to un verified recipients now. How to do this. Thanks
user2478414
  • 371
  • 1
  • 3
  • 4
1
2 3
99 100