Mail Landing in Gmail Spam folder - email

After updating DKIM DMARC and SPF email is still landing in Gmail SPAM folder.
In the email header, it is showing DKIM DMARC and SPF Pass and domain and IP address not black listed in https://postmaster.google.com/
Please let us know is there any changes has done in the Google Mail policy.
Is there any other steps we need to follow to receive the emails in Gmail Inbox.

Related

Sendgrid emails ending in spam

Can someone point me to good article about what I can do to prevent my sendgrid emails from ending in spam? I’m using gmail.
I implemented an email drip campaign that ends up in the promotions folder or spam.

Add CC in reply sendgrid

I am sending an email from my desktop application using sendgrid. I can add cc when I am sending email.
But when user clicks on reply it will only send email to 'To' address automatically.
CC & BCC are empty in reply field.
I can set reply_to field with different email. But what I want to fill is 'CC' field.
How can I automatically fill 'CC' when user clicks on 'Reply' button using sendgrid
Regards
Ajit
Twilio SendGrid developer evangelist here.
In an email client, it is normal behaviour for there to be two buttons for replying to an email, reply and reply all. When a user clicks reply, the To email address will be filled in with the original email's From address or Reply-To address if it is present. When a user clicks reply all then the To email address and any other CC email addresses will be filled in.
However, you cannot control the behaviour of your users or their email clients from the SendGrid API. So you cannot make a user reply all.

Incoming email account not correct ERROR”

How to set up email account in erp next i tried to setup email but
Incoming email account not correct ERROR” and Email Domain not
accepted
want to setup email account for erpnext via simple gmail account in gmail access for less secure app is also checked

links sent from my website email give "suspicious link" warning in gmail although the mail is not spam

When I send an a confirmation mail from my web site email to an email at gmail, it reaches the inbox normally but when I click on the link it gives a warning "suspicious link".
I tried to send the same link from my personal email but the warning didn't show.
also when I forwarded the same message sent from my website email to another email, the warning didn't show.
Any ideas what may be the reason.

Adding custom "from" email in Amazon SES similar to sendgrid

I have been using Sendgrid for sometime, and I like the service but after 100,000 emails quota the pricing jumps. I was looking at AWS SES service, but was unclear if "from" email address can be custom set without verification similar to sendgrid. My app users send emails to their personal contact list from my app so I want their contacts to see my users personal email in the "from" email when their contact reads the mail.
Or Does all my users have to verify their email address through Amazon even though My app has already verified their email address at App account Signup.
Your app users cannot use their personal email as a MAIL FROM unless it's verified in SES (either the specific email address or its domain).
The MAIL FROM domain must be a subdomain of the verified identity
(email address or domain) from which you will send your emails.
See Using a Custom MAIL FROM Domain with Amazon SES for more details.