Akashkumar Darji
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Need to stop searching for Scheduled postEvery logged in users can see the post. but only author of post can view description page. other users can only view in lists of searched lists.
Forum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenHi
I found one more error when user email id contains ‘
email not sent out
suppose user email is demo’[email protected] it’s convert to demo\’[email protected]
before we don’t have this type of error during mail sent
Thank you
Akash DarjiForum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenEverything work perfectly.
Thank you
Can you please tell me when will be the plugin ready to use with latest version of WordPress and PhP version 8+?
Thanks Again
Forum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenThanks for Super Quick Response.
I will check and update you
Forum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenI fixed the HTML formatting issue
public function processQueue($checkKey = true) under function inside for loop
Filename = classes/SMTPMailingQueue.phpadded below code
foreach ($mails as $file => $data) {
if( $data[‘headers’] == “” ){
$data[‘headers’] = array( “Content-type: text/html” );
}can you please update me on link? why link is changed as I can see in debug mode link look good even under Email Log looks good but when User Receive the email link is changed.
Forum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenAlso Reset Password Email format is showing with HTML tags
Forum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenThank you for quick response.
I will try above points.
I found one more issue.
when user try to reset password, reset password link show in email log perfect but when plugin send email to user reset password linked changed to “https://u26054318.ct.sendgrid.net/ls/click?upn=*****” something like this.
Thank you
Akash DarjiForum: Plugins
In reply to: [SMTP Mailing Queue] 5000+ emails taking 10-25 minutes pause in betweenAlso I found in Sending Errors
To: field is missing
This happened for more than 5 emails