# Job Alerts Emails

### When Would Subscribers Recieve the Alerts?

The alerts are configured to be sent out to the subscribers once in 24 hours when the crone job of your WordPress site executes. The plugin aggregates all the jobs published within the interval for each subscriber based on their preferred job specifications selected when they subscribed and sends them out as one email with all of them in a list-style layout.&#x20;

&#x20;

<figure><img src="/files/WdxvJrg4AovKlb6faZaC" alt=""><figcaption></figcaption></figure>

The style of the email is adapted from the default Email template configuration from WP Job Openings plugin.&#x20;

Content of the email notification can be customized from Job Alert's settings.&#x20;

### Email Delivery FAQ

<details>

<summary>How is email delivery handled by Job Alerts for WP Job Openings?</summary>

Job Alerts for WP Job Openings relies on the email delivery configuration set up for your WordPress site. It utilizes the existing email settings you have configured, ensuring that job alert emails are sent through your site's chosen email delivery method.

</details>

<details>

<summary>What if I don't have an email delivery configuration set up for my WordPress site? </summary>

If you haven't set up email delivery configuration for your WordPress site, it's important to configure it to ensure proper delivery of job alert emails. Without a configured email delivery method, the plugin won't be able to send emails to subscribers.

</details>

<details>

<summary>How can I set up email delivery configuration for my WordPress site? </summary>

To configure email delivery for your WordPress site, you can follow these general steps:

1. Install and activate an SMTP (Simple Mail Transfer Protocol) plugin from the WordPress Plugin Directory.
2. Configure the SMTP plugin with the necessary settings, including the SMTP host, port, username, password, and encryption method. These settings are typically provided by your email service provider or hosting company.
3. Test the SMTP settings to ensure that emails can be sent successfully from your WordPress site.
4. Once the SMTP plugin is set up and working correctly, Job Alerts for WP Job Openings will utilize these email delivery settings to send job alert emails to subscribers.

</details>

<details>

<summary>Are there any recommended SMTP plugins for configuring email delivery? </summary>

There are several SMTP plugins available in the WordPress Plugin Directory that can help you configure email delivery for your site. Some popular options include WP Mail SMTP, Easy WP SMTP, and Post SMTP. These plugins provide easy-to-use interfaces for setting up and managing your email delivery settings.

</details>

<details>

<summary>Why is using an SMTP service recommended?</summary>

Integrating an SMTP service with your WordPress site offers several benefits. It improves email deliverability, avoids potential spam filters, and enhances the reliability of email communication. SMTP services are specifically designed to handle email delivery efficiently, ensuring that job alert emails reach your subscribers' inboxes reliably.

If you have any further questions or encounter issues with email delivery, our support team is always available to assist you in configuring your email delivery settings for optimal performance with Job Alerts for WP Job Openings.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wpjobopenings.com/job-alerts-addon/job-alerts-add-on/job-alerts-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
