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.)
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 !
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
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?
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.
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?
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
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.
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?
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
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?
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.
@@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.
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
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.
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.
@@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?
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" 😡😡😡😡😡
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
very useful, thanks
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.)
Thanks for your kind words. Glad it helped you!
Just want to say you just helped me after hours of debugging, thanks for this video
Glad I could help
This was AMAZING!!!!! Thank you so much for putting this together!!!
Glad you enjoyed it!
Excellent, very helpful. Thank you.
Glad it was helpful!
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 !
Thanks brother 🥂
great tutorial thanks a lot. How can i prevent my emails end up in junk ?
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
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?
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.
Amazing detailed video! Can you tell how to modify the lambda function to display emails?
Great tutorial
Explain each section properly
Thanks a lot
Your instructions working fine. thank you
Anyway, how can I receive formatted email? is there any source that could help me?
You have to play with Lambda function.
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?
did you figure this out ?
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
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.
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?
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
did you figure this out ?
Sir how do i get imap server
Very well explained. The troubleshooting bits were a bonus as well. Would you happen to offer services?
Glad you liked it.
Do you sell Amazon SES account??@@coderjony9694
thank you. gpt plus could not sort things out :)
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?
Superb guide & glad to see your channel back. Thanks for all the help!👍
Thanks for all your love!
do these email need to be warmed up before using
no
Thank you so much buddy!
Great tuitorial, thanks a lot.
Legendary Video 🐐
Do I need to pay for domain name on netlify?
The domain, I purchased on GoDaddy, I am just managing it on Netlify.
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?
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.
@@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.
@@coderjony9694 where to change n lambda function?
can i use mumbai region for receiving emails
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
how can I receive emails in proper mail format
For that, you have to modify the code in Lambda function. You need to parse the mail document and prepare customized mail body.
@@coderjony9694 Can you provide the code for the Lambda function?
Hi Can I use this with my Microsoft 365 account
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.
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.
not sure what is happening, but my emails keep bouncing. =(
Use MXToolbox to ensure that your domain's MX record is pointing to correct SES domain.
@@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?
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" 😡😡😡😡😡
Watch it again...may be you skipped something.
@@coderjony9694 it's okay, i figured out, thanks, my bad if i insulted you in someway with my comment
How many emails can i send a day ?
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
I love you