Sending mail with Swedish characters
Hello !
Trying to send an email having Swedish characters in subject and body, read in the documentation that I need to use raw format, since utl_smtp.write_data converts to us7ascii.
Built. the following test procedure and I get the mail, but Swedish characters are not seen.
Check plenty of examples for other multibyte languages but it seems it does not work for me.
Any ideas are appreciated, db is 19.14 on windows server 2016 , characterset is we8mswin1252
CREATE OR REPLACE PROCEDURE MAIL_TEST
IS
lv_server VARCHAR2(255) := 'localhost';
lv_rcpt VARCHAR2(255) := 'test@test.com';
lv_from VARCHAR2(255) := 'smtpservice@test.com';