Technology Stack - EBS (MOSC)

MOSC Banner

UTL_SMTP subject error

I am trying to send mail using utl_smtp. Body is sent fine . Subject is not fine

Subject Sent :  Boleto Bancário - Reed Exhibitions - Pedido 100800000016

subject received in the mail : Boleto Banc=C3=A1rio - Reed Exhibitions - Pedido de Venda: 100800000016

subject contains =C3=A1. It should not come. Subject is a mix of Portugese+english+number

procedure code used for the subject is

write_mime_header(conn, 'Subject', UTL_RAW.CAST_TO_VARCHAR2(utl_encode.QUOTED_PRINTABLE_ENCODE(UTL_RAW.CAST_TO_RAW(subject))));

PROCEDURE write_mime_header

(

 conn IN OUT NOCOPY utl_smtp.connection,

 name IN VARCHAR2,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center