Home › Forums › Front End PM PRO › email notifications are not received
- This topic has 7 replies, 2 voices, and was last updated 3 years, 5 months ago by hamed.
- AuthorPosts
- July 10, 2022 at 9:04 pm #44656hamedParticipant
Hi.
Messages are sent and received within the site, but no email notifications are received.
In previous days, When Messages are sent and received, I used to receive emails, but after updating to pro version, I don’t receive emails.
July 10, 2022 at 10:45 pm #44662Shamim HasanKeymasterCan you please go to Dashboard > Front End PM PRO > Settings > Emails > Email Sending Interval and change to any other value and save changes. Wait selected amount of time and check again.
Let me know.July 10, 2022 at 11:39 pm #44663hamedParticipantThank you for your quick response.
problem solved.
Email sending was blocked from the server, so I activated it.I use some additional fields in the form.
I want to display the details of these fields in the email received by people.
What should I do?Attachments:You must be logged in to view attached files.July 10, 2022 at 11:51 pm #44667July 13, 2022 at 10:58 pm #44683Shamim HasanKeymasterYou can add your own email tag to send those information. Please see https://sp-test1.arogga.co/docs/front-end-pm-pro/customization-front-end-pm-pro/add-own-email-tag/
July 14, 2022 at 3:43 am #44689hamedParticipantI saw this page but I don’t understand what to do.
I want to display the content of the new fields I added to the form in the body of the email.
For this, which part of the own email tag codes should I change?July 16, 2022 at 12:10 pm #44696Shamim HasanKeymasterYou can use like following
add_filter( 'fep_eb_email_legends', function( $legends, $mgs, $user_email ){ $legends['custom_tag'] = array( 'description' => __('Description of this custom tag', 'front-end-pm'), 'where' => array( 'newmessage' ), //where this tag will be used 'replace_with' => ! empty( $mgs->mgs_id ) ? fep_get_meta( $mgs->mgs_id, 'cus_fep_activity', true ) : '' ); return $legends; }, 10, 3);Now add
{{custom_tag}}in your email template in Front End PM PRO > Settings > EmailsJuly 16, 2022 at 1:03 pm #44697hamedParticipantthank you so much.
that was perfect. - AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.