Creating Business Emails using Amazon SES | Sending & Receiving Emails with Amazon SES | AWS Guide

  Рет қаралды 20,902

Coderjony

Coderjony

Күн бұрын

Пікірлер: 66
@itouchappsnet
@itouchappsnet 10 ай бұрын
Everything explained very clearly in painstaking detail. Thank you so much for taking the time to put this together! You have a knack for breaking down complicated concepts into simple terms. Please keep doing what you're doing to help non-technical people like myself. Liked and subscribed with thanks! (One warning though: Amazon has already changed its interface - so whoever's watching this will need to figure out how to do the same thing using the new interface. For example, you can no longer create a new policy while creating a new IAM role - you need to go to IAM > Policy from the left sidebar, create the policy first, and THEN when you create the new IAM role you can select the policy from a list. But the tutorial is still mega useful.)
@coderjony9694
@coderjony9694 10 ай бұрын
Thanks for your kind words. Glad it helped you!
@wavydeer7423
@wavydeer7423 Ай бұрын
Just want to say you just helped me after hours of debugging, thanks for this video
@coderjony9694
@coderjony9694 Ай бұрын
Glad I could help
@EmilyB-x4g
@EmilyB-x4g 3 ай бұрын
This was AMAZING!!!!! Thank you so much for putting this together!!!
@coderjony9694
@coderjony9694 3 ай бұрын
Glad you enjoyed it!
@farhadbills
@farhadbills 9 ай бұрын
Amazing detailed video! Can you tell how to modify the lambda function to display emails?
@fatihtas88
@fatihtas88 7 ай бұрын
great tutorial thanks a lot. How can i prevent my emails end up in junk ?
@coderjony9694
@coderjony9694 6 ай бұрын
You have to setup SPF authentication to prevent your mails from going into spam. For that, you just need to setup a custom MAIL FROM domain in SES. Refer this for more detail - docs.aws.amazon.com/ses/latest/dg/send-email-authentication-spf.html
@niveditareddy1410
@niveditareddy1410 Ай бұрын
Thank you for the clear steps. I understand AWS SES can send and receive emails. However, is it possible to send email via AWS SES and receive email on my personal mail server?
@coderjony9694
@coderjony9694 Ай бұрын
Thanks for the kind words! Yes, this is absolutely possible, and I believe in this video I have shown how to receive emails on your Gmail account. Although the email comes as an attachment, but you can modify the Lambda function to parse the content and send it to you.
@itsabhi.
@itsabhi. 5 ай бұрын
I love you Ankush bhai : ) ,itni choti si cheez thi ye ! Bht Pyara smjhaya ! The Detail is on next level of this tutorial ! Bhai 2 din se pareshan tha iss cheez ko leke !
@coderjony9694
@coderjony9694 5 ай бұрын
Thanks brother 🥂
@shamirmohammad3737
@shamirmohammad3737 3 ай бұрын
Your instructions working fine. thank you Anyway, how can I receive formatted email? is there any source that could help me?
@coderjony9694
@coderjony9694 2 ай бұрын
You have to play with Lambda function.
@devver-r3g
@devver-r3g 2 ай бұрын
brother maine saara process thik se perform kar diya aur mere ko recieve bhi ho raha history me but inbox me deliver ni ho rahe and koi error bhi ni dekha rha , iska koi solution hai
@tylersen3318
@tylersen3318 6 ай бұрын
Hi there. Thanks for the video! Everything works, but my I noticed that my messages are being directed to the junk / spam folder by default. Do you know how I might alter the code to get Outlook to trust my business email address?
@coderjony9694
@coderjony9694 6 ай бұрын
You have to setup SPF authentication to prevent your mails from going into spam. For that, you just need to setup a custom MAIL FROM domain in SES. Refer this for more detail - docs.aws.amazon.com/ses/latest/dg/send-email-authentication-spf.html
@YairHtutKhaung-d7m
@YairHtutKhaung-d7m 3 ай бұрын
did you figure this out ?
@HullioGQ
@HullioGQ 11 ай бұрын
I was incredibly hopeful about this video until I got to the part where emails sent to my business ID are 'mail-forwarded' to my receiving Gmail address. I was hoping I could use this as incoming and outgoing business email setup where I can actually hold continuous threaded communications with clients. As in the POP3/IMAP/SMTP. I guess it would be better to just use a CloudFlare email setup instead. Amazon SES would only be good for marketing and transactional emails.😬 Thank you for the video, however. I would not have otherwise known of the limitations of incoming emails with AWS.
@piyushhmehta
@piyushhmehta Жыл бұрын
Can you reply to a message received on the business id? Will the email sender on the reply email appear as originating from the business id?
@fatihtas88
@fatihtas88 7 ай бұрын
Also: when we forward emails via lambda, we actually lose who the real sender email was. How can we prevent it? so that we can email back and forth with the user?
@anandcdas
@anandcdas 7 ай бұрын
did you figure this out ?
@SundeepVaish-mh6pw
@SundeepVaish-mh6pw 10 ай бұрын
Very well explained. The troubleshooting bits were a bonus as well. Would you happen to offer services?
@coderjony9694
@coderjony9694 10 ай бұрын
Glad you liked it.
@younuskhan7940
@younuskhan7940 10 ай бұрын
Do you sell Amazon SES account??​@@coderjony9694
@devver-r3g
@devver-r3g 2 ай бұрын
do these email need to be warmed up before using
@coderjony9694
@coderjony9694 2 ай бұрын
no
@vampireosoffical
@vampireosoffical Ай бұрын
Sir how do i get imap server
@nitinbang
@nitinbang Жыл бұрын
I got an email attachment with every email, and need to download and open in notepad, How can I see the mail in gmail account as other shown, and second thing is if I do not verify someone's email, I cannot sent email to them back. then what is the purpose of this complete exercise?
@coderjony9694
@coderjony9694 Жыл бұрын
To get emails formatted like other emails, you can customize the lambda functions code. For the second point, you only need verified identities if your SES is in sandbox, if you move it to production then you can send email to anyone.
@nitinbang
@nitinbang Жыл бұрын
@@coderjony9694 thanks for update me on lanbda function, because email going is very fine, only receiving email is the issue, because this is not in HTML presentation. Just an attachment with the same email which is registered, do you any reference video for that.
@vishalpathriya7986
@vishalpathriya7986 10 ай бұрын
@@coderjony9694 where to change n lambda function?
@fatihtas88
@fatihtas88 7 ай бұрын
thank you. gpt plus could not sort things out :)
@HiteshMakwana-x1u
@HiteshMakwana-x1u 7 ай бұрын
Great tutorial Explain each section properly Thanks a lot
@taniyasharma4704
@taniyasharma4704 7 ай бұрын
Do I need to pay for domain name on netlify?
@coderjony9694
@coderjony9694 7 ай бұрын
The domain, I purchased on GoDaddy, I am just managing it on Netlify.
@paragkhuman4574
@paragkhuman4574 Ай бұрын
Thank you so much buddy!
@vishalpathriya7986
@vishalpathriya7986 10 ай бұрын
can i use mumbai region for receiving emails
@coderjony9694
@coderjony9694 10 ай бұрын
As of now, Mumbai region is not supported for Email receiving. Checkout the supported regions here - docs.aws.amazon.com/ses/latest/dg/regions.html#region-receive-email
@BlackDragon69XS
@BlackDragon69XS 5 ай бұрын
Superb guide & glad to see your channel back. Thanks for all the help!👍
@coderjony9694
@coderjony9694 5 ай бұрын
Thanks for all your love!
@sheeerazareeb950
@sheeerazareeb950 Жыл бұрын
Hi Can I use this with my Microsoft 365 account
@coderjony9694
@coderjony9694 Жыл бұрын
You can easily receive emails on your Microsoft 365 account from the forwarder Lamdba function by just updating MailRecipient environment variable. However, for sending emails, I couldn't find a way similar to Gmail with my Microsoft 365 account. You might need to do some research for that.
@HullioGQ
@HullioGQ 11 ай бұрын
If you're thinking about connected your Microsoft email with ActiveSync or IMAP, then it is not possible. incoming emails can only be forwarded to another email you already have.
@shamsunnabitaqib6180
@shamsunnabitaqib6180 Жыл бұрын
Great tuitorial, thanks a lot.
@Merazzi
@Merazzi 6 ай бұрын
not sure what is happening, but my emails keep bouncing. =(
@coderjony9694
@coderjony9694 6 ай бұрын
Use MXToolbox to ensure that your domain's MX record is pointing to correct SES domain.
@Merazzi
@Merazzi 6 ай бұрын
@@coderjony9694 thanks, definitely it is. It already have created my S3 bucket business-mail, but keep bounce. I did everything 3 times. same error. no emails coming to S3 and to my personal gmail inbox. Anyway that you can help me jony?
@vishalpathriya7986
@vishalpathriya7986 10 ай бұрын
how can I receive emails in proper mail format
@coderjony9694
@coderjony9694 10 ай бұрын
For that, you have to modify the code in Lambda function. You need to parse the mail document and prepare customized mail body.
@NicoleCasey-i4c
@NicoleCasey-i4c 2 ай бұрын
@@coderjony9694 Can you provide the code for the Lambda function?
@Tuc594
@Tuc594 4 ай бұрын
You make it look so simply and easy, i'm almost killing myself trying to create this freaking email. It doesn't verify, it stays on "verification pending" and after that "unverifyed" 😡😡😡😡😡
@coderjony9694
@coderjony9694 2 ай бұрын
Watch it again...may be you skipped something.
@Tuc594
@Tuc594 2 ай бұрын
@@coderjony9694 it's okay, i figured out, thanks, my bad if i insulted you in someway with my comment
@yassineelyousfi1083
@yassineelyousfi1083 Жыл бұрын
Legendary Video 🐐
@Prostadine-z8f
@Prostadine-z8f Жыл бұрын
How many emails can i send a day ?
@coderjony9694
@coderjony9694 Жыл бұрын
If your account is in the sandbox, you can send up to 200 emails per 24-hour period. If your account is out of the sandbox, this number varies based on your specific use case. For more information refer docs.aws.amazon.com/ses/latest/dg/quotas.html
@miserywas8285
@miserywas8285 5 ай бұрын
I love you
Send emails with Django and Amazon SES
37:41
Cloud With Django
Рет қаралды 9 М.
How to setup email hosting on AWS with WorkMail
9:56
Be A Better Dev
Рет қаралды 87 М.
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 325 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 25 МЛН
Amazon Cognito Tutorial for Beginners | AWS Cognito
34:21
Coderjony
Рет қаралды 22 М.
Send 50,000 Emails per day with SES | How to Use Amazon SES in 2024? | Amazon SES Tutorial
17:25
SendMails | Email Marketing & Automation Platform
Рет қаралды 60 М.
Amazon SES | Introducing Mail Manager | AWS Events
48:01
AWS Events
Рет қаралды 970
Send Email Using AWS SES service With Python AWS Lambda
22:54
Cloud Quick Labs
Рет қаралды 14 М.
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 325 М.