Title: Formidable Pro send mail manually
Last modified: June 22, 2017

---

# Formidable Pro send mail manually

 *  Resolved [nathan30](https://wordpress.org/support/users/nathan30/)
 * (@nathan30)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/formidable-pro-send-mail-manually/)
 * I’m currently running a PHP script, modifying a little bit the Formidable Pro
   behavior while submit a form.
 * I send the data to a distant PHP script, and then I retrieve somes info from 
   this distant PHP script, and update the form entry. Here is a litte piece of 
   code to illustrate :
 *  `if (isset($pushForm)) {
    $errorCodeField = get_id_from_key_frm(‘resid’); $errorMessageField
   = get_id_from_key_frm(‘errormess’); } if (isset($getForm)) { $errorCodeField 
   = get_id_from_key_frm(‘resid2’); $errorMessageField = get_id_from_key_frm(‘errormess2’);}
   $frm_entry_meta->update_entry_meta($entryId, $errorCodeField, null, $errorCode);
   $frm_entry_meta->update_entry_meta($entryId, $errorMessageField, null, $errorMessage);`
 * My problem is the following :
 * I had to send an e-mail after the entry are updated. I try to set it like this,
   but the mail isn’t send.. So I check a little bit in the Formidable github and
   found the FrmEmail class, with the send() function. But I don’t found any hint
   on how to use it.
 * Any help about this ?
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steph Wells](https://wordpress.org/support/users/sswells/)
 * (@sswells)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/formidable-pro-send-mail-manually/#post-9264024)
 * Hi Nathan,
 * Can you please log in with a paid account and open a ticket in our help desk 
   so our team can give you some guidance on this?
    [https://formidableforms.com/new-topic/](https://formidableforms.com/new-topic/)
 * Please keep in mind that our support doesn’t cover writing or debugging custom
   code, so it may be better to ask in the community forums.
    [https://community.formidableforms.com/help-desk/](https://community.formidableforms.com/help-desk/)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Formidable Pro send mail manually’ is closed to new replies.

 * ![](https://ps.w.org/formidable/assets/icon-256x256.png?rev=2588749)
 * [Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder](https://wordpress.org/plugins/formidable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/formidable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/formidable/)
 * [Active Topics](https://wordpress.org/support/plugin/formidable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/formidable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/formidable/reviews/)

## Tags

 * [mail](https://wordpress.org/support/topic-tag/mail/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steph Wells](https://wordpress.org/support/users/sswells/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/formidable-pro-send-mail-manually/#post-9264024)
 * Status: resolved