Title: some emails aren&#039;t being send
Last modified: August 21, 2016

---

# some emails aren't being send

 *  Resolved [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/)
 * Hello,
 * This message is also posted in the Jobify theme support and Flywheel support 
   since it may me caused from different sources.
 * I´m using WP Job Manager + Jobify plugin. My hosting is FlyWheel.
 * Following Jobify step-by-step guide, Woocommerce and its plugins are installed.
 * I tried to solve the email message layout mess (signup was text sent from WP,
   lost password was a html email sent by woocommerce…) and change content by adding
   the WP Better Email and SB Welcome Email. It was still a layout mess, but I got
   the right content to be delivered. Also, Job Alerts were working fine, with its
   proper email message layout.
 * Well, I decided to increase my email limit at Flywheel (and get more info) by
   adding the official Mandrill plugin.
 * What happened since the Mandrill installation:
 * – as an admin, I receive alerts when someone signs up
    – new users aren´t receiving
   the welcome email (with or without the plugins) – job alerts are coming in a 
   strange layout (without line breaks)
 * I cannot undo these conditions by just removing the email plugins (SB´s, Better
   Email and Mandrill):
 * Lost password emails are still working and handled somehow by Woocommerce.
 * Can anyone help me?
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672560)
 * I don’t really know enough about Mandrill etc to offer guidance on this, but 
   you said yourself it was working until you tinkered.
 * My guess would be that something is making the job alert come through as a HTML
   email instead of plain text. Now, WC has some filters which does this but it 
   should only happen for WC emails. Have you tried with WC off?
 * What I would suggest is either on a mirror, or on this site temporarily, is turn
   off jobify theme, turn off all plugins bar JOB Manager and Job Alerts, test an
   email and see if the problem occurs. If it doesn’t you can start enabling things
   until the problem occurs so you can establish the cause.
 * If you don’t want to wait for cron to trigger to test alerts, you could add some
   code to job alerts or a custom plugin to trigger sending on each page load e.
   g.
 *     ```
       add_action( 'init', 'force_alert_send' );
   
       function force_alert_send() {
          if ( ! empty( $_GET['force_send'] ) )
            do_action( 'job-manager-alert', ALERT_ID );
       }
       ```
   
 * Replace ALERT_ID with the alert ID you want to send as a test. Then go to yoursite/
   com?force_send=1 and it will trigger the action.
 * Hope that helps you debug this issue.
 *  Thread Starter [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672585)
 * Ok. I´ll do it.
 * BTW, my site will provide those:
 * 1 – free posting (for now)
    2 – job postings from my ATS service (manually or
   automatically imported) 3 – pay-per-posting
 * Question: Do I need Woocommerce?
 * Thanks!
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672635)
 * That code goes in functions.php btw.
 * Yes, you will need it for pay-per-posting.
 *  Thread Starter [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672639)
 * ok. i´ll try the code now.
 * since i only need when add the pay-per-posting, i´ll remove it.
 *  Thread Starter [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672642)
 * i dont have access to edit functions.php in FlyWheel… 🙁 I´ll have to wait.
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672652)
 * functions.php is in your theme. You should be able to edit that?
 *  Thread Starter [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672658)
 * I gave up to try to solve it. There are too many plugins.
 * I decided to create a fresh new WordPress instance.
 * Would you suggest any method to migrate data between both instances?
 *  [TinyGiantStudios](https://wordpress.org/support/users/tinygiantstudios/)
 * (@tinygiantstudios)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672667)
 * Hi Andremoura,
 * The hottest product at the moment for migrating data between two sites is WP 
   Migrate DB Pro ([https://deliciousbrains.com/wp-migrate-db-pro/](https://deliciousbrains.com/wp-migrate-db-pro/)).
 * You could also look into Backup Buddy, but the former is better suited methinks.
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672670)
 * +1
 *  [J F Ridgley](https://wordpress.org/support/users/judyridgley/)
 * (@judyridgley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672673)
 * I’m thinking of using FlyWheel for a hosting service. Do you still recommend 
   this group? I need to know asap of course. It’s not listed on WP hosting recommendations
   but the discussion doesn’t encourage me to go with Dreamtime or Blue Host. Your
   thoughts?
 *  Thread Starter [Andre Moura](https://wordpress.org/support/users/andremoura/)
 * (@andremoura)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672675)
 * I like it, besides that you will only have access to wp-content.
 * I don´t consider move out (for now)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672676)
 * Although we do not personally endorse them, there are some [hosts listed here](http://wordpress.org/hosting).
   Also searching the forums using the keywords “host” or “hosting” may provide 
   you with some suggestions. However, due to the amount of spam that these topics
   attract, I’m afraid I will have to close this one.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘some emails aren't being send’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 12 replies
 * 5 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/some-emails-arent-being-send/#post-4672676)
 * Status: resolved