Hi,
The time taken for sending the emails is not controlled by the plugin. Our plugin sends the notification emails calling the function “wp_mail” of WordPress, but it is your web server (or the SMTP server if you have configured one) who decides when the emails are sent, the queue of emails, etc.
If you want that your website can send the notification emails efficiently, I recommend you to install a plugin for connecting with a SMTP server, and configure a SMTP server with your website.
Best regards.
Thread Starter
upyria
(@upyria)
Thanks for the response.
A tip: if I configure a plugin for SMTP, I must configure the mail I’ve settled in CFF to send the notification, right?
Thanks again.
Hi,
Yes please, configures the notification emails in the form’s settings as usual, when the plugin tries to send a notification email, your WordPress will use the SMTP server instead to use the PHPMailer of web server.
Best regards.