Update last sent date of list
This is called automatically after a message is sent to any subscriber in a list.
Usage
// basic usage
$bool = $proMailerLists->saveSent($list);
// usage with all arguments
$bool = $proMailerLists->saveSent($list, int $lastSent = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
list | int, ProMailerList | |
lastSent (optional) | int | Unix timestamp or omit for current time |
Return value
bool
ProMailerLists methods and properties
API reference based on ProcessWire core version 3.0.236