priority abstract method
Sets the email priority.
priority should be 1 (highest), 3 (normal), or 5 (lowest).
Implementation
MailerInterface priority(int priority);
Sets the email priority.
priority should be 1 (highest), 3 (normal), or 5 (lowest).
MailerInterface priority(int priority);