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

1755 questions
149
votes
5 answers

Send Test Email fails with Email address is not verified

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
  • 3,313
  • 6
  • 28
  • 47
36
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
  • 897
  • 1
  • 7
  • 10
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
  • 11,132
  • 15
  • 74
  • 144
30
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,545
  • 5
  • 16
  • 25
30
votes
4 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,052
  • 2
  • 13
  • 22
29
votes
7 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,458
  • 6
  • 29
  • 31
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
  • 502
  • 1
  • 4
  • 19
28
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:…
Abhi
  • 2,962
  • 5
  • 43
  • 55
28
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,328
  • 4
  • 16
  • 32
27
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,386
  • 2
  • 15
  • 25
26
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
  • 359
  • 1
  • 3
  • 6
25
votes
3 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
  • 277
  • 1
  • 3
  • 6
23
votes
1 answer

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 set up a SES (email) service. According to the Amazon documentation, I need to include autoload.php in order to use the classes that…
Charles
  • 4,034
  • 9
  • 36
  • 76
21
votes
5 answers

Codeigniter SMTP Email with Amazon SES

I think yesterday Amazon announced SMTP support for SES (Simple Email Service). I tried to send SMTP email with Codeigniter with no luck. I have a verified sender and everything looks good: $this->load->library('email'); $config = array( …
AFRC
  • 844
  • 2
  • 9
  • 24
21
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
  • 321
  • 1
  • 2
  • 4
1
2 3
99 100