InvalidEmails
Query and Delete invalid emails in SendGrid.
テーブル固有の情報
Select
このテーブルはEmail によるフィルタのみをサポートしています。唯一可能なSELECT クエリは次のとおりです。
SELECT * FROM InvalidEmails SELECT * FROM InvalidEmails WHERE Email = '[email protected]'
Delete
Email を指定することでInvalidEmails から削除できます。
DELETE FROM InvalidEmails WHERE Email = '[email protected]'
Columns
Name | Type | ReadOnly | References | Description |
Created | Datetime | True |
The time the when the email address was added to the invalid emails list. | |
Reason | String | False |
A reason explaining why the email address was marked as invalid.. | |
Email [KEY] | String | False |
The email address that was marked as invalid. |