On Thu, 9 Jun 2016 13:30:52 -0700 Amit Gupta <[email protected]> wrote:
> Should the $Subject variable be mime encoded? Yes. > $Subject = encode_mimeword($subject); I think you want encode_mimewords($subject, Charset => 'UTF-8') mimewords, plural, and you need to supply the Charset. Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

