meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:amazonses [2024/05/20 00:00] – external edit 127.0.0.1plugin:amazonses [2024/09/25 12:05] (current) duncanc
Line 38: Line 38:
 Earlier versions of the plugin required you to enter the API endpoint. That is now not needed as the plugin derives the endpoint from the region. Earlier versions of the plugin required you to enter the API endpoint. That is now not needed as the plugin derives the endpoint from the region.
  
-To send emails concurrently you need to enable curl multi and enter the maximum number of emails to send concurrently.+To send emails concurrently you need to enable that and enter the maximum number of emails to send concurrently.
  
  
-The plugin can create a log file of multi-curl transfers that shows the elapsed time of each transfer. It can also create a log file of each curl transfer to help in debugging. The log files are created in the directory identified by the phplist config variable ''$tmpdir''.+The plugin can create a log file of concurrent transfers that shows the elapsed time of each transfer. It can also create a log file of each curl transfer to help in debugging. The log files are created in the directory identified by the phplist config variable ''$tmpdir''.
  
 ==== Send rate ==== ==== Send rate ====
Line 61: Line 61:
  
  
-=====Errors when using curl multi=====+=====Errors when sending concurrently =====
  
-When using curl multi there is a complication regarding how the plugin reports the sending result status, either successful or unsuccessful, of each email.+When sending emails concurrently there is a complication regarding how the plugin reports the sending result status, either successful or unsuccessful, of each email.