Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Add following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_form_submit_button', function( $button, $where ){ if( 'reply' == $where ){ $button = '<button type="submit" class="fep-button" name="fep_action" value="'. esc_attr( $where ) .'">SEND</button>'; } return $button; }, 10, 2 );Shamim HasanKeymasterYou can mark couple of emails “Not Spam”.
Google https://www.google.com/search?q=why+does+google+think+my+email+is+spam to know why gmail thinks it is spam email.June 8, 2018 at 12:20 am in reply to: how to resend email notifications for messages with no parent? #14888Shamim HasanKeymaster“No Parent” means that message itself is a parent message. It does not indicate that message has responded or not.
Shamim HasanKeymasterShamim HasanKeymasterYes.
Please use any other Mailer in your SMTP plugin setup. If possible use your server SMTP setup.
I see you have “From Email” setup as same domain email. Use this email details to send email.Shamim HasanKeymasterI logged email and see that email sent.
Now i re-activate SMTP plugin. Can you please check sendgrid log to see if any email there.Shamim HasanKeymasterPlease use ftp/file manager then go to your website wp-content/plugins directory and remove shamim-email-log folder.
If you find any difficulty you can give me FTP access.
Shamim HasanKeymasterSorry, by mistake i have uploaded wrong version. Please remove shamim-email-log plugin by ftp
Shamim HasanKeymasterIt seems your sendgrid ip is blacklisted by spamcop.
Can i temporarily deactivate your SMTP plugin and install a custom plugin which will log every email in your server instead of actually send email?Shamim HasanKeymasterI registered a user with my email address, use lost password form to send me a password reset link in email, send a test email from your SMTP plugin to my email but i still did not receive a single email.
Can you please recheck you website is sending email correctly? Let me know.
Shamim HasanKeymasterWhy those email not sending?
Shamim HasanKeymasterOk i have exited from your website without any change.
Please check and make sure that your website can send email. Then let me know.Shamim HasanKeymasterIt is possible but require custom coded.
If you need that code from me you can hire me using https://www.shamimsplugins.com/hire/Shamim HasanKeymasterYour provided WP Admin credential showing wrong. Please check and give me correct admin credential.
June 6, 2018 at 12:12 pm in reply to: How to Link the conversation thread subject to original post? #14780Shamim HasanKeymasterWe need to pass post id along with message. Then save that post id when message save. Again show that post in view message.
It needs to be custom coded.
If you want this feature you can hire me using https://www.shamimsplugins.com/hire/ -
AuthorPosts