cPanel email not receiving email from WordPress contact form - wordpress

I have email account like support#example.com created on cpanel. This email account receiving all email from other domain (Gmail/Yahoo/Ebay etc) but not receiving from its own domain WordPress site contact form.
For example if I send email from Gmail support#example.com receiving, from other service like ebay, amazon or any other all email is receiving but when I am sending email using site contact form then email not receiving.
I have tested with WP Mail SMTP plugin, this plugin sending email to all other email account (Gmail/Yahoo/Hotmail) but not receiving its own domain email account.
FYI: My website and hosting and email hosting is not same. This problem is creating only on same domain.

Related

Wordpress - Contact form 7 not sending mails to domain emails

I'm trying to receive contact form 7 mails on my domain email but I don't get any but when I receive the emails on my personal free account (e.g. myemail#gmail.com) it works just fine.

Dkim on multiple domains as mailchimp does

I actually have a server with a email marketing app just like mailchimp.
Each user have their own email added to my app. I want to send a email campaign with the clients email from my own server but signed with dkim email.
In mailchimp the only thing that you do is type your email on a field and the emails are sended signed.
Im using postfix as server email and php for app, any advice please?
You can use OpenDKIM and setup a milter config in postfix and that will send outgoing messages that are defined in the configuration.

No send activation link after registering account on Wordpress

I register MailGun and configure mail for my domain by MailGun (via SMTP). I test via MailGun plugin for Wordpress, the configuration is ok (success message). I use another SMTP plugin to test, it's ok too. I can send email from administrator#mydomain.com to any email addresses.
However, when a user register account on my site, I received an notification email (send from administrator#mydomain.com to my personal email). But I check email that user registered, there is no activation email was sent. What is this? I don't understand the registering process on wordpress: it should be user register > send activation email > click on activation link to complete registration If it's true, why did not my user receive the activation email. How can I fix this?
I google it, but I cannot find out the answer. The mail sending is ok, just Worpress didn't send the activation code to user, just send the notification email to administrator.
You can use plugins like SMTP to send email from your wordpress website. Many hosting providers stop email via php mail().
use following plugin it ight be usefull
https://wordpress.org/plugins/wp-smtp/

Wordpress Contact form - Gmail issue

I am using Contact Form 7 on wordpress. When using any other email account apart form my gmail account in the to: address(where users send their queries to), I get the emails. just not gmail that is not receiving my form emails...
Why is that?
I am just using that plugin and no other mail/smtp plugins...
Any ideas?
.. just not gmail that is not receiving my form emails... Why is that?
Because Gmail refuses to accept an email destined for a Gmail user, claiming to be from a Gmail user, delivered without authentication. That is, delivered through a server other than smtp.gmail.com.
It's Spam rules are (correctly) denying your 'forged' sender address.
When using any other email account apart form my gmail account [...] I
get the emails
Obviously accounts that aren't Gmail have no way of verifying if the Gmail address is the true sender, so they have no grounds to reject the email.
You HAVE to use an SMTP plugin: https://wordpress.org/plugins/postman-smtp/

Drupal - Change From address for email to user awaiting administrator approval?

Users awaiting administrator approval are sent an email from the site's default email address. Is it possible to change the from address for these emails only?
Thanks
UPDATE - Nevermind, instead Ive changed the site email and used the User Registration Notification module to send alerts to a different email.
Nevermind, instead Ive changed the site email and used the User Registration Notification module to send alerts to a different email.

Resources