Wednesday, December 22, 2010

Sending high priority emails

Use PSUtilities.email.smtp (instead of pub.client.smtp) and set priority = 1.

2 comments:

  1. Generally, an accepted practice is to not use PSUtilities directly but instead copy the desired services to your own public/utilities package and use them from there.

    Side note: avoid the math services in PSUtilities.

    ReplyDelete
  2. Good to note. I did copy the implementation into my own code, rather than using it directly.

    We are soon going to convert all our PSUtilities calls to a package of our own to follow this best practice.

    ReplyDelete