How set Priority mail.

I add in file smtp.phpmailer.inc

//line 58
    $mailer = new PHPMailer();
    $mailer->Priority=$message["Priority"];

There any other way without changing the file.

Thanks.

Comments

simon georges’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev

As it's a feature request, changing version.

Syndz’s picture

Issue summary: View changes
StatusFileSize
new2.46 KB

Here's a patch (untested) that adds a priority setting to the SMTP configuration page.

damienmckenna’s picture

Status: Active » Needs work

First off, please set the issue status to "needs review" when you upload a patch, that'll trigger the testbot and let others know there's a file to review.

The patch needs to be updated to match the Drupal coding standards.

Syndz’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs work » Needs review
StatusFileSize
new3.63 KB

Rerolled patch against 7.2.x and applied coding standards.

Status: Needs review » Needs work

The last submitted patch, 4: smtp-configurable_priority-1407500-4-d7.patch, failed testing.

wundo’s picture

Status: Needs work » Closed (outdated)