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

learn more… | top users | synonyms

0
votes
0answers
7 views

How to get response from SES when using C# SMTP API

The .Net SmtpClient's Send method returns void. It only throws two exceptions, SmtpException and a FailureToSendToRecipientsException (or something like that). When using SES, for successful email ...
1
vote
1answer
21 views

Amazon SES Smtp much slower than Raw mails

Why is Amazon Simple Emailing Service Smtp mails 10 times slower than raw mails ? The only difference is the raw mails are sent with the methods provided with the AWS SDK. The SMTP emails were sent ...
0
votes
0answers
9 views

AWS-SES mail request ID using ruby-sdk

I have been trying to sent out mails using amazon-ses using the ruby-sdk tool and action mailer in Rails3. Can any any one please tell me how will I be able to capture the request Id thats returned by ...
0
votes
1answer
35 views

Sending email with an attachment from Django with Amazon-SES, Celery Tasks

I'm trying to send emails with attachments. I'm getting IOError: [Errno 2] No such file or directory. But the URL it says doesn't exist? Well, it actually does exist. The form is uploading the file, ...
0
votes
1answer
18 views

Anyway to get dkims records for verifying ses domain in boto?

Tinkering around with verifying a couple of domains and found the manual process rather tedius. My DNS controller offers API access so I figured why not script the whole thing. Trick is I can't ...
0
votes
1answer
35 views

Anyone else sending email from a Django app with a celery task, using Amazon-SES, hosted on Heroku?

I know this works, because I have django-registrations app sending activation emails. But I'm having no luck re-creating this functionality for another app. In views.py, in the add_article function, ...
1
vote
1answer
34 views

How to track how many times an email was opened in amazon SES through API?

How will i track how many times email sent through Amazon SES was opened ?Is there any API i will need to consider?I figured out the complain and bounce myself and i figured out we can associate SES ...
2
votes
0answers
40 views

Postfix handling Amazon SES Maximum Send Rate error

We have a postfix server which we were using to send emails. This server is used by many services. Thus for using Amazon SES, I've integrated our postfix server with SES SMTP interface ( using ...
0
votes
1answer
38 views

Amazon SES Statistics

I facing some issue related to Amazon SES Statistic ordering, actually my recent sending mail static are in middle of data record it should be at top or lower of the record so what is the reason ...
0
votes
0answers
40 views

iOS - AWS SES Send Confirmation Emails to Users

I'm implemented amazon web services iOS sdk into an app I'm working on. My goal is to be able to send order confirmation emails to the customer after an order has been placed. I've set up and looked ...
0
votes
1answer
18 views

Sending inline images through SES API of Amazon

I am trying to send images using html tag along with my html mail content through amazon.I am using SES service .Is it possible for me to send images through SES by including tag in html mail ?
0
votes
3answers
105 views

Using phpmailer to send to fake email addresses

I am working on a bulk email class for a project and am using Amazon's SES smtp via phpmailer. I am trying to figure out a way to test sending multiple emails without getting blacklisted, spam ...
0
votes
1answer
54 views

Send bulk mails to user via Amazon Simple Mail Service

In one of my web application I have to send email to my users ( all mails are transnational, user accept privacy policy and terms ans conditions). Currently Amazon grand me to send 10000 emails per ...
1
vote
2answers
192 views

A call to SSPI failed while sending email using amazon ses from windows application

I am using amazon ses to send emails, and I use the same config inside a website and windows application. The website is sending emails normally but the windows application gives me this error and not ...
0
votes
0answers
39 views

How to get email messageId when using Amazon SES in Django?

I am using Amazon SNS to send notification when an email bounces. I need to store email messageId when sending the email, so that I can match it with notification and see which email delivery failed. ...
0
votes
1answer
58 views

SES - Django - Email sent to several people - received by one only

I'm sending emails to multiple recipients using SES and Django. The first receiver receives it correctly, not the other ones. I've tried to change the order of the receivers and it's always the first ...
1
vote
2answers
68 views

Is there a way to Rate Limit Sent Emails in Play Framework?

How can I implement a RateLimit for sending emails via play.mvc.Mailer? I'm implementing SES for my play framework 1.2.5 application to replace GMAIL. The application runs into situations where it ...
2
votes
1answer
42 views

How and When To Use 'Async' in AWS SES Java SDK

I was just playing around with the SES package in AWS Java SDK for sending email. And I realized that there is this class [AmazonSimpleEmailServiceAsyncClient][1] with a lot of methods with Async ...
0
votes
0answers
37 views

Manage SMTP.com bounces using Amazon SES

if different business units use different softwares to send email, can I use SNS to consolidate bounces? e.g. if one dept is sending with smtp.com (for Marketing mails) and I use SES (for ...
0
votes
1answer
78 views

Setting up transactional emails from WordPress using AWS SES

Ive been reading all days different blog all around the web looking for a solution to my problem. For the first time in my life a used AWS VPS (with ubuntu 2.04.1 LTS) to host my Wordpress blog. My ...
0
votes
1answer
132 views

AWS SDK Guzzle error when trying to send a email with SES

Getting a weird error I have no idea how to fix. This is the error: ( ! ) Catchable fatal error: Argument 2 passed to Guzzle\Service\Client::getCommand() must be an array, string given, called in ...
0
votes
3answers
108 views

Setting up a new webserver: Is there a better way to setup an email system?

For the new webserver, I am thinking of setting up the email system as follows: gmail business for site-specific emails, like customer support, etc (bidirectional) amazon-ses for transactional and ...
1
vote
1answer
31 views

How do I set the from_email var

I'm trying to use Amazon's SES and the Django-ses app to send emails. It works locally but fails on the server, returning the SESAddressNotVerifiedError. Inspecting the trace revealed that it's ...
0
votes
1answer
88 views

How can I use SMTP Amazon SES with Delphi?

I have a Delphi application that sends emails to a smarthost using an Indy IdSMTP object. I would like to use Amazon SES service, with the SMTP interface. According to ...
-1
votes
2answers
111 views

Node.js Nodemailer And SES - Error: No transport method defined

I am using nodemailer to send emails with SES. I am setting it up like this: require("nodemailer").createTransport("SES", { AWSAccessKeyID: "AKIAJZFUSYQJNEX3VS2A", AWSSecretKey: "XXX", //real ...
0
votes
0answers
115 views

Rails: Amazon SES not working anymore after update to Ruby 2.0.0 (connection refused)

I upgraded my app to Rails 3.2.12 and Ruby 2.0.0 a few days ago. I had to install libyaml and reinstall OpenSSL and everything went fine. However, when I now try to send email with SES from within ...
0
votes
0answers
135 views

Crontab email through msmtp -> Amazon SES

I have a crontab that includes a MAILTO=my.email@example.com. My server uses msmtp to forward the email to Amazon Simple Email Service. My problem is that output from cron commands never arrives in my ...
0
votes
1answer
63 views

About AWS SES using Java Api

I am new AWS user. I want to use aws SES feature using java api. When i tried to execute sample SES code of EC2 java api then it gives me following exception:- "Status Code: 400, AWS Service: ...
0
votes
0answers
139 views

SASL authentication credentials invalid even after replacing them [closed]

I'm having trouble with my Suse/SES/smtp/postfix/stunnel config. A few months back I had spent a bunch of time setting up SES smtp for my linux box. Its been great. Mail has been flowing. Then ...
0
votes
0answers
97 views

AWS SES and PHP - sending limits?

I am trying to send email through the Codeigniter email functionality and I'm using my aws ses credentials. The from address has been verified but it still throws the following error. I am not on a ...
2
votes
0answers
118 views

Can not reach Amazon SES sending limit because of throttling errors

we send messages with Amazon SES using SES API. Our send rate is now 90 messages per second. But we are getting throttling exception even when we don't reach this limit but just trying to approach it. ...
1
vote
1answer
173 views

MVCMailer SendAsync() fails with Amazon SES

If I use Send() with MVCMailer, my SES works fine, but SendAsync() shows the error message below, does anyone know of a work around for this? THanks! System.Net.Mail.SmtpException: Failure sending ...
2
votes
1answer
230 views

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 a queue. I have to check emails and remove non-verified emails from the queue ...
0
votes
0answers
136 views

Amazon SES and CodeIgniter SMTP encoding issue

I'm using Amazon SES to send bulk email. I ran into an issue: I'm using CodeIgniter's mailer to send the emails. When I use the configurations for my local server's SMTP credentials the mail is sent ...
0
votes
3answers
122 views

amazon ses mails spam in hotmail

I recently set up my amazon ses. and I have a verified DKIM and have published the SPF and senderid record from my DNS. When I send a sample mail from management console of SES the mail landed in the ...
1
vote
1answer
127 views

“Missing start boundary” when sending Emails with Text attachment

I have trouble sending Emails with text attachments (without attachment, everything is fine). I'm using actionmailer 3.2.11 and try to send Emails over Amazon SES. To me it looks like, that the amazon ...
-1
votes
2answers
73 views

Any Maintained Libraries for Node.JS to use Amazon SES (Email Service)?

I realize there are a few posts on this already but most of the libraries that are mentioned are at least a year old (and don't have a lot of features such as attachment support, checking bouncebacks, ...
0
votes
0answers
161 views

using codeigniter amazon ses library with curl library to send emails via amazon ses

Ive downloaded the codeigniter amazon SES (simple email service) download here : http://getsparks.org/packages/amazon-ses/versions/HEAD/show And also downloaded Phil Sturgeon's CodeIgniter cURL ...
0
votes
1answer
97 views

SES PHP newsletter cronjob mail sending loop

I just started Amazon SES and successfully configured. Actually I purchased for sending news letter as well as member status for my site. My Site contains about 18000 Users. I want to run a cron job ...
0
votes
1answer
135 views

Amazon SES Unsubscribe list with PHP

I have used amazon SES service for email campaigning. PHP Class that I am using can be found at http://www.orderingdisorder.com/aws/ses/. I want to place a link in html mail that will be used to ...
1
vote
2answers
403 views

Amazon SES Stops Working

I set up Amazon SES and it initially worked for a few hours, then all of a sudden stopped. All of the e-mails I'm sending as, and our domain, have been verified. We are no sending bulk e-mails - only ...
2
votes
0answers
209 views

How to maximize deliverability through Amazon SES? DKIM, SPF, Sender Id or all of them?

I'm working on a digital gifting platform that relies on email reaching the inbox. Email is sent through Amazon SES, and has high quality (recipient's name in the email, single recipient, personally ...
3
votes
1answer
135 views

Override Return-Path in Amazon SES

I am using Amazon SES and no matter what I do it overrides the Return-Path from the mail header. I set the Return-Path with the from email address but instead I receive something like this: ...
1
vote
1answer
116 views

Concurrency issue with AWS Simple Email Service on Mono

I am in the process of moving a newsletter service from a Windows server running Microsoft.NET 4.5 to a Linux server running Mono 3.0.3. The service uses Amazon's "Simple Email Service" (SES) to ...
2
votes
1answer
129 views

Nodemailer SES API vs SMTP

I've writing bulk email script in node.js that uses Amazon SES. The scripts divides a large list into queues and each queue is executed separately. For each queue I use a different connection (even ...
2
votes
2answers
168 views

How can I configure Meteor to use Amazon SES when running on Heroku?

I would like to use the built in email methods that Meteor provides, but I need my app to run on Heroku and use the smtp endpoint of Amazon SES to transport my message. I'm using the Meteorite build ...
0
votes
1answer
180 views

CakePHP & AWS SES just stopped working

I've been using AWS SES with a CakePHP app for a few months, everything was working fine but we had a server problem meaning I had take the site off and get the server restored. Once I put the site ...
0
votes
1answer
531 views

Status Code 403: SignatureDoesNotMatch when I am using Amazon SES

I created a new Amazon account. Created SMTP Credentials and used AWS Java SDK to send emails. But it is failing with following error: Status Code: 403, AWS Service: AmazonSimpleEmailService, AWS ...
1
vote
0answers
90 views

Duplicate emails sent through AWS SES

I am working with Amazon AWS and trying to send emails using their SES service. I am using their recommended library (http://www.orderingdisorder.com/aws/ses/) to send the emails out. The issue I am ...
1
vote
0answers
191 views

Remove “via” from SES emails in Gmail [closed]

When sending emails from Amazon SES, gmail shows "sent via amazonses.com". How do I remove this? According to Google, I'm a sender and I don't want my recipients to see the "via" link. What can I ...

1 2 3 4