Questions tagged as 'ses'

1
answer

Send bulk email using Amazon SES

I'm developing a system that should send bulk emails using the Amazon SES service. How the upload is done To send mail, I'm using PHP Mailer, with the following code: $mail = new PHPMailer; $mail->isSMTP();...
asked by 20.03.2014 / 17:55
2
answers

Amazon SES - Domain Check in DNS Server of Registro.br

I am using the DNS service of the registry.br, I did a domain check through SES that asked me to insert the following code in the TXT line: /xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w= However, when trying to insert it into the DNS of the r...
asked by 29.07.2014 / 23:33
1
answer

Simple contact form sending emails via Amazon SES with PHP

For a simple contact form I want to use Amazon SES with PHP. Basically PHP will send an email to myself with the email of the user who contacted me to give an answer. Searching, I came across the following alternatives: Use the PHP Mailer...
asked by 25.05.2015 / 21:18
2
answers

Amazon SES, send unchecked emails

I have the domain checked on amazon SES but would like to send notification emails for emails that are not verified. Is it necessary to check all emails or is there any settings that exempt me from scanning?     
asked by 21.07.2016 / 19:29
1
answer

Send Attachments by Amazon SES (SendEmail Function)

Hello, I'm using a library ( link ) from Amzon to send email on a system I work on, but I stopped in a problem: I'm using the SESClient class and its SendEmail function. I could not find anything about how to send attachments, and I nee...
asked by 12.02.2016 / 13:31
0
answers

Send mail via SMTP server or local (SendMail, Postfix)? [closed]

I am using Amazon SES in my project to send transactional emails. Until then I configured the framework to connect directly via SMTP using my Amazon SES credentials, but I saw that it is not a good practice because for every request I request, t...
asked by 08.01.2016 / 16:16
1
answer

AWS SES CURL ERROR [closed]

I'm trying to set up an email server for my website, but when I try to send an email I get this error: Error executing "SendRawEmail" on "https://email.us-east-2.amazonaws.com"; AWS HTTP error: cURL error 7: Failed to connect to email.us-east-...
asked by 25.04.2018 / 15:47
0
answers

How to make the PHP mail () function send via Amazon SES?

How to make the PHP function use my credentials in Amazon SES to send transactional emails without having to use lib PHPMailer or have to install and configure postfix / sendmail for this purpose? Is this a good practice? If not,...
asked by 25.04.2015 / 06:55