priority abstract method

MailerInterface priority(
  1. int priority
)

Sets the email priority.

priority should be 1 (highest), 3 (normal), or 5 (lowest).

Implementation

MailerInterface priority(int priority);