--- title: securePlainEmail description: Secure plain email image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: securePlainEmail [Back to constructors index](index.md) Secure plain email ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |email|[string](../types/string.md) | Yes|Email| ### Type: [SecurePlainData](../types/SecurePlainData.md) ### Example: ```php $securePlainEmail = ['_' => 'securePlainEmail', 'email' => 'string']; ``` Or, if you're into Lua: ```lua securePlainEmail={_='securePlainEmail', email='string'} ```