Cannot connect Smooch with Mailgun - mailgun

I can't connect anymore Smooch with Mailgun. I insert all the data, then the setup returns an error on Smooch.
Contacting Smooch is impossible for free accounts.
Thanks

Problem solved! I just had to upgrade my Mailgun account in order to receive emails. Unfortunately no one told me.

Mailgun has removed a required feature from their free product offering.
Please refer to this doc for a list of Mailgun features required by Sunshine Conversations: https://docs.smooch.io/guide/mailgun/#what-youll-need

Related

AWS cognito verification link issue

I tried to signup with my email using aws cognito. I received the email verification link and when i clicked on it says 'Invalid link provided, please request a link again'. But when i tried to login it was successful. Why is it happening.
This could be caused by your Email provider visiting links before presenting the email to you. For example Outlook has something called Safe Links. This will cause the verification link to be consumed before you have a chance to click it.
I had the same issue and after about a day of debugging I reached out to AWS Enterprise Support. Outlook Safe Links is something they mentioned within a few minutes of chatting. If you are a part of a larger organization it is probably unfeasible to have it disabled. You can try signing up with a different Email Provider such as Gmail and see if the links are untouched.
I offer no solution to the problem, just a possible explanation.

How do I make a mail which alerts a few other mails when I send a mail to that one

I tried to make a mail id such as groupchat2021#gmail.com which when sent a mail to alerts a few other mail IDs
It is available for my university where when they send a mail to be2018a#mecha.siu.edu.in the people who are part of that group are all notified.
I wish to do this because I am now forming an team in my uni and I don't want to create a label and type it every time. Instead anyone who sends a mail to the groupchat2021#gmail.com everyone added to that conversation should be notified
Please help me out
Thanks in advance.
P.S my organization uses gmail
Hey I used google groups and it worked
Justsearch for google groups

Sandbox subdomains are for test purposes only. Please add your own domain or add the address to recipients in Account Settings

What does the following Mailgun error response mean when one tries to send a message?
Status: 400
Body: {"message": "Sandbox subdomains are for test purposes only. Please add your own domain or add the address to authorized recipients in Account Settings."}
Have you set up some authorized recipients for the sandbox domain?
https://documentation.mailgun.com/en/latest/faqs.html#how-do-i-pick-a-domain-name-for-my-mailgun-account
A sandbox subdomain of mailgun.org. Example: sandboxXX.mailgun.org.
This option allows for quick testing, without having to setup DNS
entries. This domain is provisioned automatically with every new
account. But you can send only to authorized recipients.
in 2019 is:
Click to your domain, and you see at the right the Authorized Recepients box
i have faced this problems.
if testing with sandbox, should be add the authorized recipients.
then copy the sandbox name as a domain.
Thanks you.
Log in to your Mailgun account, go to the log section. There you should see a log entry for the failed attempt to delivery that email. Click on it to see all details. it should display the full error message as well as additional information.
However, most likely you forgot to add that specific email address to the list of authorized email addresses.
Side note: after adding yourself to authorized recipients, you also need to verify your email address. I almost disregarded the following email as commercial, but in fact I kept getting the error until I agreed:
Hi there,
Mailgun account "[...]" provided your address to test their integration with Mailgun.
Please click the link below if you agree to receive emails from their account.
I had the same problem I solved this by doing below steps.
Add an email to Authorized Recipients - Steps.
When you add from and to emails Don't add Quotation marks

Should I Expect the Forward("my.username#gmail.com") Route to Email Me?

I have my catch_all() set to forward("my.username#gmail.com"). I expected that any emails caught by this route would be forwarded to my email address as actual emails, but I never received them. The mailgun logs state that the message was routed, accepted, and delivered successfully.
What am I missing?
The problem ended up being gmail... I was sending my test messages from my gmail account and had the forward setup to return to my gmail. Gmail filters out loopbacks. Sending the test message from a different account yielded the expected results
You are correct, setting the catch_all and forward filters and actions does just that!
Did you set up the MX records for your domain properly? If not, that might be the issue (check Domains in the control panel)
Check the logs at https://mailgun.com/cp/log to debug the issue!
Best

Emails sent using SendGrid on Heroku Django app to #gmail.com addresses seem to be blocked

I have a django app on heroku an using sendgrid.
I have gotten messages from a number of users with gmail email addresses saying that they have not received their validation emails after registering to use the site.
I tested it myself, and found that while emails with other addresses go through instantly, but for some gmail accounts it is not going through.
In the sendgrid dashboard, however, it says that all the emails have been delivered.
Can someone tell me what the issue here is? Is gmail blocking emails from my site? It just started happening these last two days. And we're not really sending out that many emails (10 or so a day)
Do the Emails end up in a spam folder, or do they truly disappear?
What kind of plan are you on at SendGrid? If you have your own dedicated IP, have you followed the guidelines on 'warming up' that IP address? Might also want to review the content of the message with SendGrid support, see if they can make any recommendations.
Emails end up in the spam folder. Whenever an email was sent from Heroku, Sendgrid to #gmail accounts, they were viewed as spam by Gmail.
I have the same problem and did not find a solution yet.