Multiple email server on one domain - server

please How can I configure MX record to work for both google emails and webmail on the same domain? currently my webmail emails can only send emails but won't be able to receive emails because of the google MX record I have added. I will be expecting your feedback. thank you

Related

Cannot send domain email via gmail after swithing to cludflare

When switching to cloudflare I cannot send domain email via gmail.
I have verified the MX records are exact copy in cloudflare as compaired with hositng provider.
I have gmail setup to send and receive mail for my x-domain. However when switchign NS to cloudflare and the C/F zone file is confirmed correct I cannot send mail. Only receive when in gmail.
I have seen many people all over google mention this. But no answers
One idea.
My current webhost with cPanel and litespeed server has mail spam filter software "spamassassin" I think.
Could this be the issue

How does an SMTP server resolve ambiguity?

Suppose I own an email 'demo#gmail.com'. Now, I create a new Microsoft account using my existing email. Thus I get another email 'demo#gmail.com', but this one is served by Microsoft.
So the situation is: one email and two providers.
If I send a hello email to 'demo#gmail.com' using my personal SMTP server, to which of the above will it send: will it send to the one hosted by Microsoft or the one hosted by Google?
How does it solve such an ambiguity? What are the factors that influence this?
This is a very common problem because many providers are giving us an option to create a new account using our existing email.
My observations:
I saw the emails inside the inboxes of both the services. I found that they had completely different emails.
There was no email which was common to both the inboxes. So there must be some mechanism to deal with it.
Let us look at the problem the other way round: If I had an email 'demo#outlook.com' initially and I created a new Google Account with this email address, then:
An email sent to this email address from another gmail account goes to the Google's server. An email sent to this email address from an Outlook also goes to the Google's servers.
There are two different ways of looking up an email. The 'normal' way:
You send an email to an server, in this example gmail.com.
Your mail delivery agent looks for mx record of gmail.comand send it to the ip-address of gmail.com.
If an email is delivered locally by the domain outlook.com it perhaps doesn't lookup the mx record, but lookups in a local database if the email-address exist there, and sends it to the ip-address of the outlook.com.
I think in the inbox of outlook.com are only microsoft emails.
More details can be found at https://www.socketlabs.com/blog/smtp-email-delivery/

I do not receive email from a .media domain

I am using Gmail (the paid version) and I cannot receive mails from a .media domain.
The company that I am emailing does get my emails, but when they respond it does not arrive in my inbox/spambox.
Next to this, there is no error mail or bounce mail. So I am really wondering what I can do in order to receive mails from person#company.media domains. I already added people as a contact person.
Can you check if the correct mx records are in place?
Also you can contact google support for this issue.

Use Google Apps and Mandrill/Sendgrid to send emails

Right now I have dilemma with email part of my projects. I'm using Sendgrid to send and receive emails (via webhook). All email functionality is integrated in my web application and all the emails are stored in the database. I want to know is it possible to do next:
Use Google Apps to receive inbound emails for support#domain.com
Use Google Apps to send outbound emails from support#domain.com
Use SendGrid or Mandrill to send outbound transactional and news
emails from noreply#domain.com and news#domain.com
Current problem is in MX records. Both Google and SendGrid MX records are required to be set in my DNS, but as far as I understand only one of them will actually work.
What is the best solution to make it possible?
Thank you.
One possible solution:
Point your MX records to google for your top level domain, domain.com.
Create support#domain.com email
Next, create a subdomain (i.e: sub.domain.com) and point the mx records to sendgrid.
Then, set up news#domain.com to forward to news#sub.domain.com. This way those emails get sent to your application.
Nothing needs to changed for sending outgoing transactional emails with SendGrid. You can send emails from news#domain.com. I also recommend to NOT USE noreply#domain.com, this hurts your deliverability(https://sendgrid.com/blog/why-you-should-not-use-noreplydomain-com-in-your-emails/)
The easiest solution is probably to use a subdomain for either the inbound emails or the outbound emails, so that you can keep the MX records separate. Receive emails to domain.com, send from e.g. mail.domain.com

Cannot send email to domain-based email addresses

I'm not an expert on DNS and MX configurations, so any help on this would be appreciated.
The problem is my website cannot send out emails to the domain-based email addresses.
website is www.example.com
website can send emails to *#gmail.com or any other email addresses
website cannot send emails to *#example.com (they just don't receive any emails)
The domain-based emails work fine when used regularly (not being sent out from the website)
Domain is registered with Network Solutions
Website is hosted with GoDaddy
Only www, #, and * A Records are set to point to GoDaddy
Everything else (including the MX Records) are remaining the way they were before
The emails used to work fine before we moved to GoDaddy
Contacted GoDaddy and they said they needed to turn off emails on our plan to fix this issue.

Categories