Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Nothing is changed in this version regarding email. So it should not have any issue for this update.
Are you using same domain email in “From Email”? are you using any SMTP plugin? in front end Settings page is “Email me when I get new messages?” checked?Shamim HasanKeymasterFrom which version you have updated?
I see your previous email problem is solved in https://www.shamimsplugins.com/support/topic/email/. What did you changed that time?
Also please check is normal email sent from your website? eg register, lost password email?
Please go to Dashboard > Front End PM PRO > Settings > Emails and see if all fields are filled.Shamim HasanKeymasterFor your message notification if you want admin only can see body message not subscriber then that need to be custom build.
For email piping please follow step by step in https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/
If not work please create another topic for email piping.Shamim HasanKeymasterWhere you are using this mergetag but not parsing? can you please give me a screenshot?
Shamim HasanKeymaster1. You mean in email? You can go to Dashboard > Front End PM PRO > Settings > Emails and set which content will be sent to email.
2. NoShamim HasanKeymasterInvoice is already sent to your email address.
Thank you for your purchase.Shamim HasanKeymasterAttachment is attached to message by message id. So before sending message we can not know message id.
Why you need upload attachment before sending message? Attachment check (size, amount etc) is done before sending message. So if that check fail that will automatically fail message sending.Also it seems you are not using latest version of this plugin. It is always recommended to use latest version.
Shamim HasanKeymasterCurrently there is no direct way. You can copy paste message to forward.
May 7, 2018 at 10:46 pm in reply to: How to remove Minimum characters requirement in "Subject" #14076Shamim HasanKeymasterYou cannot have multiple function as same. You can change function name OR use anonymous function.
Add following code insteadadd_filter( 'fep_form_fields',function( $fields ){ unset( $fields['message_title']['minlength'] ); return $fields; });
May 7, 2018 at 10:43 pm in reply to: For User name and Nick name is "CV24" what will be the shortcode for New messag #14073Shamim HasanKeymaster<a href="http://YOUR_MESSAGE_PAGE_URL/?fepaction=newmessage&message_title=HERE_IS_YOUR_SUBJECT&fep_mr_to=1,2">Message</a>
May 7, 2018 at 7:45 pm in reply to: How to remove Minimum characters requirement in "Subject" #14064Shamim HasanKeymasterShamim HasanKeymasterCurrently it is not possible.
But logged for consideration to add in next version.Shamim HasanKeymasterI have logged it for consideration.
Shamim HasanKeymasterHere is instruction of creating custom email tag. https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/add-own-email-tag/
May 2, 2018 at 10:06 am in reply to: For User name and Nick name is "CV24" what will be the shortcode for New messag #13938Shamim HasanKeymasterinstead of this shortcode use
<a class="fep-button" href="http://YOUR_MESSAGE_PAGE_URL/?fepaction=newmessage&fep_mr_to=1,2">Message</a>
(change YOUR_MESSAGE_PAGE_URL with your message page url and 1,2 with your actual user ids) -
AuthorPosts