Title: Adding emails
Last modified: August 31, 2016

---

# Adding emails

 *  Resolved [anetcekovska](https://wordpress.org/support/users/anetcekovska/)
 * (@anetcekovska)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-emails/)
 * Hello.
    I’m trying to add few emails in the form when people submit to go to 
   few people. when I separate by comma and add email it doesn’t work. Any other
   way on the back in the files? thanks
 * [https://wordpress.org/plugins/job-manager/](https://wordpress.org/plugins/job-manager/)

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

 *  Plugin Author [Thomas Townsend](https://wordpress.org/support/users/smb-dev/)
 * (@smb-dev)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-emails/#post-7023987)
 * Adding email separated by comma for default email should work.
 * If you having issues with email first check with your hosting platform – 99% 
   of the time that’s where the issue lies.
 *  Plugin Author [Thomas Townsend](https://wordpress.org/support/users/smb-dev/)
 * (@smb-dev)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-emails/#post-7023988)
 * Formatting is accomplished via Job Lists Template.
 * This is an example:
 * It’s probably best to add the styling to your theme css and reference back to
   JM.
 *     ```
       <style type ="text/css">
       table
       {
       border-collapse:collapse;
       }
       table, td, th
   
       {
       border:1px solid black;
       }
       table
       {
       width:100%;
       }
       th
       {
       height:30px;
       background-color:LightGrey;
       color:Black ;
       }
       td
       {
       padding:5px;
       word-break: break-all;
       </style>
       <div class='jobs[job_row_number] job[job_id] [job_odd_even]'>
       <table class="jobs-table[if_job_highlighted] highlighted[/if_job_highlighted]">
       <tr class="heading">
         <th>Title</th>
         <th>ID</th>
         <th>Location</th>
         <th>Job Description</th>
        </tr>
       [job_loop]
         <tr class='job'[job_title][job_row_number][job_id]>
           <td>[if_job_icon][job_icon]<br />[/if_job_icon] [job_link] [job_title] [/job_link]</td>
        <td>[job_id]</td>
        <td>[job_field4]</td>
           <td>[job_link]More Info[/job_link]</td>
         </tr>
       [/job_loop]
       [if_job_page_count]
       <div class="job-nav">
       	<div class="previous">[job_page_previous_link]Previous Page[/job_page_previous_link]</div>
       	<div class="next">[job_page_next_link]Next Page[/job_page_next_link]</div>
       </div>
       [/if_job_page_count]
       </table>
       ```
   

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

The topic ‘Adding emails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/job-manager_2792c3.svg)
 * [Job Manager](https://wordpress.org/plugins/job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/job-manager/reviews/)

## Tags

 * [adding](https://wordpress.org/support/topic-tag/adding/)
 * [email](https://wordpress.org/support/topic-tag/email/)
 * [form](https://wordpress.org/support/topic-tag/form/)

 * 2 replies
 * 2 participants
 * Last reply from: [Thomas Townsend](https://wordpress.org/support/users/smb-dev/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/adding-emails/#post-7023988)
 * Status: resolved