Function __global->is_mail_bounced

Definitions

sources/mail2.php

  • Find if an e-mail address is bounced.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$email EMAIL required parameter N/A N/A The e-mail address
$host ?string Null N/A N/A The server hostname (null: use configured)
$port ?integer Null N/A N/A The port (null: use configured)
$type ?string Null N/A N/A The protocol (null: use configured / autodetect)
$folder ?string Null N/A N/A The inbox identifier (null: use configured)
$username ?string Null N/A N/A The username (null: use configured)
$password ?string Null N/A N/A The password (null: use configured)

Return

  • Last bounce time (null: not bounced)
  • Type: ?TIME
  • Set: N/A
  • Range: N/A