Transactional smtp email service sender - wordpress

Unfortunately, I seem to be very confuse about how transactional email services work (or smtp servers in general).
I set up my WordPress site to send email using Mailgun as the mailer. I have configured in mailgun with my own domain, so the sender email address ("from") is test#mydomain.com.
Mydomain.com also has its own inbox in gmail. This is where I'm confused. Does the email sent through mailgun would have any record in the gmail server? or these are two different things and is only the domain that is used to send an email, No connection to the gmail server at all?

The email sent through mailgun would not be recorded by the gmail server.
Mailgun is acting as an independent mail transfer agent, via SMTP, for your WordPress emails.
Here's an article on how to forward you mailgun emails to your gmail.

Related

Email not sending to email address with the same domain

Our website is not sending contact form 7 email to address that have the same domain in the email address.
I have faced this problem couple of times in the past.
In my case all of the times it was the server not sending actual mail to email using the same domain. Though the emaill is hosted on someplace else.
Please contact host support to find out if your server is actually sending mails when the recipient is the same domain.
There is also an option in my WHM to stop sending mails on same domain, you might need to turn that off

How to prevent mail from Wordpress website from being flagged as spam on Exchange online server

I have a website; let's call it abc.com. It's e-mail is handled by Office365. I recently migrated it from a Sharepoint environment to a different webhost (GoDaddy). I have tried using the WP Mail SMTP plugin option to send e-mails, but it fails to send.
My settings are:
smtp: smtp.office365.com
port: 587
encryption: use TLS
authentication: use smtp
Sending fails with the error:
SMTP ERROR: Failed to connect to server: Connection refused (111)
Using the default wp mail with the settings below works to send to e-mail addresses outside the domain, but messages get flagged as spam on addresses within the domain.
header = 'From: '.get_option('blogname').' <wordpress#abc.com>'
I have e-mail routing set to Remote Mail Exchanger. I've tried adding the address wordpress#abc.com to Exchange's allowed list/whitelist, and I even tried adding the host IP to trusted IPs on the server - but it still doesn't work.
As far as I'm aware, GoDaddy do not let you send mail to external SMTP providers. If you're not able to choose another host (which I'd recommend if you can!), you'll need to use wp mail and send all mail to a local address at the same domain, hosted with GoDaddy.
If you wanted to, you could then set up an alias to send it elsewhere.
There's some more background on this over at wordpress.org, such as this thread and this thread.
EDIT
Just realised that the Postman SMTP plugin claims it can get around GoDaddy's filtering using HTTPS:
"Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can't stop your email as Postman can deliver via HTTPS if it can't use SMTP."
So maybe give that plugin a go instead. :)
I ended up using the default wp mail.On the client o365 admin I added the email address to the whitelist. Made the mail rule priority over the default spam filter rule.I even went a step further to whitelist the IP but that's overkill I think.

Able to send email via SMTP from localhost, but not in production

What could be possible reasons why my app cannot send emails once it's moved to the production environment?
I'm using my private e-mail address to send these emails and I learned via admin that the server is not blocking this. What would be other issues to look for?

Drupal ( NO SMTP Capability )

Ive setup drupal 7 in my work place where we dont have an internet access nor outgoing mail. We can mail ourselves internally only( Registered in the Exchage/Mail Domain).
I am using XAMPP to handle MySQL, Apache and Mercury but I cannot figure out how to send the confirmation mail of drupal, also the password resets to the valid mail of the user using my Internal Mail as the SMTP. Any help?
I can only also access the internet thru a proxy IP and Port that was given to me recently, so I was thinking of using free mail accounts.
Have you setup your smtp server in /xmpp/php/php.ini ?

How do I send email through gmail with cforms?

I want to use gmail as the SMTP server when sending email with cforms.
I havent used this plugin, but as being the wordpress plugin developer, I guess there should be a setting section to set the smtp host and port. To add the gmail correct smtp host and port please check this article http://mail.google.com/support/bin/answer.py?answer=77659

Resources