Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10269c19d6 | |||
| 2c640125e8 |
@@ -22,6 +22,17 @@ use KTXF\Resource\Provider\ResourceProviderBaseInterface;
|
|||||||
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
|
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
|
||||||
|
|
||||||
public const JSON_TYPE = 'mail:provider';
|
public const JSON_TYPE = 'mail:provider';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reserved user identifier for system-owned mail services
|
||||||
|
*
|
||||||
|
* Services stored under this user id belong to the tenant itself rather
|
||||||
|
* than any real user (e.g. accounts used to deliver system-generated
|
||||||
|
* messages such as verification codes and password resets).
|
||||||
|
*
|
||||||
|
* @since 2026.07.01
|
||||||
|
*/
|
||||||
|
public const USER_SYSTEM = 'system';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Finds a service that handles a specific email address
|
* Finds a service that handles a specific email address
|
||||||
|
|||||||
Reference in New Issue
Block a user