الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Utl_smtp.write_data

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته

اريد الاستفسار عن امكانية ارسل ايميل بالغة العربية
فقد استخدمت هدا ال

procedure send (p_sender varchar2,
                  p_recipient varchar2,
                  p_subject varchar2,
                  p_body varchar2 default null) is        

    c utl_smtp.connection;        

  begin        

    common(p_sender, p_recipient, p_subject, c);        

    utl_smtp.write_data(c, 'Content-Type: text/html' || utl_tcp.crlf);
    utl_smtp.write_data(c, utl_tcp.crlf || p_body);
    utl_smtp.close_data(c);
    utl_smtp.quit(c);        

  exception
    when utl_smtp.transient_error or utl_smtp.permanent_error then
      utl_smtp.quit(c);
      raise;
    when others then
      raise;
  end send;      

وارسل بشكل جيد ولكن اللغة العربية تظهر علامات استفهام
فهل هناك اي اعداد يحل هده المشكلة
وجزاكم الله كل خير

تم تعديل بواسطة ميسم الكرام

بتاريخ:

السلام عليكم

الفكرة انه يجب إستخدام HTML Tags عن استخدام اللغة العربية في UTL_SMTP.

 

طبق الخطوات في اللينك التالي مع انشاء البروسيجرات الموجودة وستعمل معك بشكل جيد.

 

http://asktom.oracle.com/pls/asktom/f?p=100:11:111412449428795::::P11_QUESTION_ID:1739411218448

 

بالتوفيق.

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.