Steps to send mail after insertion in Oracle APEX

Hello
I'm working on an application in which I want to send an email to a user after each insertion.

Published by: Pankaj Kumar on February 2, 2012 03:57

Pankaj Kumar says:
Hello
I'm working on an application in which I want to send an email to a user after each insertion.

Published by: Pankaj Kumar on February 2, 2012 03:57

Hello

See the APEX_MAIL API document
http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_mail.htm#CIHDIEJI

Kind regards
Jari

http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

Tags: Database

Similar Questions

  • Error while sending mail after the 38.1.0

    There is no change in the settings of the e-mail server.

    After the update to thunderbird 38.1.0 I get the following error when sending mails.

    The message send failed.
    The message could not be sent to the help of Outgoing server (SMTP) mail.hclinsys.com for an unknown reason. Check that your outgoing (SMTP) server settings are correct and try again.

    Please the devil error cons = ole with V38 for error messages I discuss here.
    http://thunderbirdtweaks.blogspot.com.au/2015/07/logjam-and-Thunderbird.html

  • problem with sending mail after sending by GET

    Hello. i've got such a problem-i can send a screenshot to the server by HTTP using the POST method like this:

              Bitmap _bitmap = new Bitmap(Display.getWidth(), Display.getHeight());
                Display.screenshot(_bitmap);
    
                JPEGEncodedImage _jpg = JPEGEncodedImage.encode(_bitmap, 20);
                DataBuffer _db = new DataBuffer();
                _db.write(_jpg.getData());
    
                _http = (HttpConnection)
                            Connector.open(_url, Connector.READ_WRITE);
    
                _http.setRequestMethod("POST");
    
                _http.openOutputStream().write(_db.toArray());
    

    and it works well. but now i need, initially, send some parameters (such as the IMEI) using GET and then this screenshot using POST (the same as in this code I do this more or less like this:)

    URLEncodedPostData _u = new URLEncodedPOstData(null, false);_u.append("imei", "123456789");   
    
        _http = (HttpConnection)
                Connector.open(_url+_u, Connector.READ_WRITE);
         DataInputStream _dis = _http.openDataInputStream(); 
    
         Bitmap _bitmap = new Bitmap(Display.getWidth(), Display.getHeight());
                Display.screenshot(_bitmap);
    
                JPEGEncodedImage _jpg = JPEGEncodedImage.encode(_bitmap, 20);
                DataBuffer _db = new DataBuffer();
                _db.write(_jpg.getData());
    
                        _http.setRequestMethod("POST");
    
                _http.openOutputStream().write(_db.toArray());
    

    but this gives me an IOException! but still even with IOException I log and server gets the imei that was sent using GET. I noticed that the problem is caused by this line:

    _HTTP.setRequestMethod ("post");

    I put it right after the connection:

    _httpConnection = (HttpConnection)Connector(_url+_u, Connector.READ_WRITE);_httpConnection.setRequestMethod("POST");
    

    now, I only get an IOException, and always the server will not get my picture. only the imei...

    Why is this? Why can I not use post after get? or what I am doing wrong?

    thx for any suggestion...

    Kind regards!

    Hi, problem solved. I have new httpConnection each time so that I could not do that. now it's ok.

    Kind regards

  • blank page after you successfully install apex 4.2.6 4.2.0

    help pls kindly, I have try to install oracle apex 4.2.6 version of apex 4.2.0, it installed successfully, but its white show page, use the express edition database, what I can do

    Hi timmy3780,

    timmy3780 wrote:

    help pls kindly, I have try to install oracle apex 4.2.6 version of apex 4.2.0, it installed successfully, but its white show page, use the express edition database, what I can do

    Please provide version of Oracle Database Express edition, you use. Always provide enough information, so it is easy to understand the problem and give a more appropriate answer.

    Usually the blank page after upgrade to Oracle APEX is related to an incorrect loading of the images.

    You run the following command with the right settings?

    SQL> @apxldimg.sql APEX_HOME
    
    [Note: APEX_HOME is the directory you specified when unzipping the file.]
    

    Say that you have unpacked the file apex_4.2.6.zip in the D drive directory (assuming that the Windows operating system). So, the folder structure will be D:\apex.

    So, the command above provides that the directory where you unzipped the apex_4.2.6. It will be D:, if you would have unpacked to D:\MyDir, the structure of the folder would be D:\mydir\apex and the command expects the path D:\MyDir.

    Case 1: D:\apex

    SQL> @apxldimg.sql D:
    

    Case 2: D:\mydir\apex

    SQL> @apxldimg.sql D:\mydir
    

    Then, try this again if you did it wrong.

    If the problem is in the contrary case, the reference for troubleshooting:

    http://docs.Oracle.com/CD/E37097_01/install.42/e35123/trouble.htm#HTMIG262

    I hope this helps!

    Kind regards

    Kiran

  • Create a trigger that send mail with attachment after insertion of a line in Oracle APEX

    I want to create an insert after trigger on a table that is to send a mail with an attachment. Here is my code.

    CREATE OR REPLACE TRIGGER tr_feedback

    AFTER INSERT on REVIEWS

    FOR EACH LINE

    DECLARE

    l_id NUMBER;

    BEGIN

    l_id: = APEX_MAIL. SEND)

                    p_to        => ' [email protected] ',

    P_FROM = >: NEW. E-mail

    p_subj = >: NEW. Object

    p_body = > "Please see the attachment."

    p_body_html = > ' review of < b > please < /b > the attachment ")

    APEX_MAIL. ADD_ATTACHMENT (p_mail_id = > l_id,)

    p_attachment = >: NEW. FILE,

    p_filename = >: NEW. FILE NAME,

    p_mime_type = >: NEW. MIME);

    END;

    But when I insert data, I get the following error:

    ORA-20022: Null value provided for the parameter p_filename.

    ORA-06512: at "APEX_040200.WWV_FLOW_MAIL", line 1070

    ORA-06512: at "APEX_040200.WWV_FLOW_MAIL_API", line 141

    ORA-06512: at "TR_FEEDBACK", line 11

    ORA-04088: error during execution of trigger 'TR_FEEDBACK '.

    Now, how can I fix that? Thanks in advance.

    Agree with the above.  Triggers (ab) should not be used in this way.  Nontransactional process should not be based on a transactional trigger.  These processes are part of the business logic and should be at the level of the company of codification (Summit, you can add a process to be executed once the completed insertion)

  • After the upgrade to Windows 10, I can't send mail from my IMAP account

    Upgrade to Windows 10 last night. Make a backup on MozBackup beforehand and restored after the download. I see all my messages in my Roadrunner and Gmail IMAP accounts. I can receive messages from all three types of accounts, but I can't send emails from the IMAP account. I checked that I have the right selected outgoing server. But whenever I try to send, I get the error:

    An error occurred while sending mail. The mail server responded:
    Action taken not requested: the mailbox not available
    Invalid DNS MX or the A/AAAA resource record.
    Please check the recipient of the "[email protected]" message and try again.

    Although looks like your new update of windows 10 has not the right or any other DNS servers set up. Thus, when Thunderbird is trying to send a mail it it looks like for the server and there is no... you can navigate t goole, com using this machine and one web browser other than the one provided with windows 10.

    The alternative is the email address your shipment to the a in the faulty DNS entry

    Research here shows that this is the case. The field of your shipment at all simply not exist in DNS.

  • How can I reset my laptop to Nov.2010 - I have problems opening and send emails after January 2011

    I had problems opening and sending emails after January 2011 so I wanted to turn my back on Nov.2010

    Hello

    You cannot use the system back restore more than you have Restore Points. The only one
    Another option would be to return the system to its out of the box, as it was when
    you received. So, it would be better reset your e-mail settings and check with
    the support of your email provider.

    How to create a System Restore Point in Windows 7
    http://www.SevenForums.com/tutorials/697-system-restore-point-create.html

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    ============================================================

    These can help with system related issues:

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    Then run checkdisk (chkdsk).

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    =============================================================

    This is Hotmail:

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    -------------------------

    And Windows Mail

    Windows Live Mail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=15

    Windows Live Solution Center - Solutions mail - Mail Forums
    http://windowslivehelp.com/

    Windows Live Mail - mail Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=15

    I hope this helps.

  • Installation of Windows Mail after system recovery

    Hello. I need help to set up Windows Mail after a system recovery. I have Vista Home premium. My ISP is Comcast, so I have a Comcast email address. I did a full backup on an external HD before the resumption. I have not used Windows Mail since Jan. 27. Since then, I've been access my mail on the site Web of Comcast.

    I need to know the correct sequence of steps to set up Windows mail. Is it to drag the contents of the folder from my outside to my computer? Do I need to configure the info from the first acct (pop etc.) before you transfer the contents of the folder? I want all my old mail book and the address in the new configuration. These seem to be backed up on my external.

    Also once I'm set up should I expect to see all letters sent since Jan. 27? I don't mind what happens. I just want to know what to expect.

    Thanks in advance for your help

    First, set up your account in Windows Mail.   If you want messages that you see in Windows Mail to remain available in Comcast web messaging, configure the account to leave messages on the server. When you click send/receive , it will download all of the messages that are stored on your Comcast email server.

    To import your old messages in Windows Mail, press ALT + F , click on import > Messages > Microsoft Windows Mail 7 > Next , find the mail backup folder and follow the instructions.  The old post will go into a folder called folder imported , and you can move it to other records there if you wish.

    By default, Windows Mail saves its messages in C:\Users\\AppData\Local\Microsoft\Windows Mail.  AppData is a hidden, so turn on the display of the hidden files and folders first.

    To import your contacts, copy them to the contacts saved to the new folder.  By default, Windows Vista stores contacts in C:\Users\\Contacts.

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Error of the ACLs in Oracle Apex 5 after schema change

    Hi all

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    I use apex_mail.send to send mail and created the acl as

    BEGIN

    () DBMS_NETWORK_ACL_ADMIN.drop_acl

    ACL = > 'open_apex.xml');

    (DBMS_NETWORK_ACL_ADMIN). CREATE_ACL

    ACL = > "open_apex.xml"

    Description = > "a test of the ACL feature."

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    start_date = > SYSTIMESTAMP,

    End_date = > NULL);

    (DBMS_NETWORK_ACL_ADMIN). ASSIGN_ACL

    ACL = > "open_apex.xml"

    Home = > ' *',

    lower_port = > 20,

    upper_port = > 9999);

    COMMIT;

    end;

    BEGIN

    (DBMS_NETWORK_ACL_ADMIN). ADD_PRIVILEGE

    ACL = > "open_apex.xml"

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    position = > NULL,

    start_date = > NULL,

    End_date = > NULL);

    COMMIT;

    END;

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    Thanks in advance,

    Su.GI

    Hi Su.gi,

    Su.GI wrote:

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    You have granted the ACL to the RMSR of your database schema, so it is necessary for the APEX_050000 scheme when you use the APEX_MAIL package.

    This is why the ACL must be granted at the APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29161

    Here's how the ACL must be granted for APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29162

    NOTE:

    • Create the ACL by logging into the user with SYSDBA SYS privileges.
    • Don't forget to validate after execution of the anonymous block for the creation of ACL.

    Kind regards

    Kiran

  • Sending mail UTL_SMTP collateral issue unique jpg

    Hi all

    In recent days, I fight to send e-mail with an attachment jpg. Recently, I managed to send a mail with the text in the body of the message but failed to send an attachment with one. I created a table with a column of LONG RAW data type that stores my images. Now, I want to set this image as well as the body of the message. I used following code to send text. I use the following version of oracle

    Oracle Database 10g Release 10.2.0.1.0 - Production
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    Version of forms: Forms [32 bit] Version 10.1.2.0.2 (Production)

    My code goes like this...

    DECLARE

    v_From VARCHAR2 (80): = "[email protected]";
    v_Recipient VARCHAR2 (80): = "[email protected]";
    v_Subject VARCHAR2 (80): = 'testsubject;
    v_Mail_Host VARCHAR2 (30): = "mymailserver";
    v_Mail_Conn utl_smtp. Connection;
    CRLF VARCHAR2 (2): = Chr (13) | Chr (10);

    BEGIN

    v_Mail_Conn: = utl_smtp. Open_Connection (v_Mail_Host, 25);

    UTL_SMTP. HELO (v_Mail_Conn, v_Mail_Host);

    UTL_SMTP. Mail (v_Mail_Conn, v_From);

    UTL_SMTP. RCPT (v_Mail_Conn, v_Recipient);

    UTL_SMTP. Data (v_Mail_Conn,
    *'Date: ' | TO_CHAR (sysdate, ' Dy, hh24:mi:ss DD month YYYY ') | CRLF. *
    *' De : ' || v_From | CRLF. *
    *' Subject: ' | v_Subject | CRLF. *
    *'To: ' || v_Recipient | CRLF. *

    * "MIME-Version: 1.0 ' |" CRLF.     -Use MIME mail standard *.
    *'Content-Type: multipart/mixed ;'|| CRLF. *
    "*"boundary ="- SECBOUND" ' | CRLF. *
    CRLF.

    * '- SECBOUND' | CRLF. *
    *'Content-Type: text/plain; "|| CRLF. *
    *'Content-Transfer_Encoding: 7 bit' | CRLF. *
    CRLF.
    ' *' some text ' | CRLF.     -Message body *.
    ' *' the text of the message more | CRLF. *
    CRLF.

    * '- SECBOUND' | CRLF. *
    -' Content-Type: text/plain; "|| CRLF.
    *'Content-Type: image/jpg ;'|| CRLF. *
    -'name = "excel.csv" '. CRLF.
    *' name="d:\photo\xyz.jpg"'|| CRLF. *
    *' Content-Transfer_Encoding: 8 bit'. CRLF. *
    *'Content-Disposition: attachment ;'|| CRLF. *
    -'filename = "excel.csv" '. CRLF.
    * 'filename = "xyz.jpg" ' | CRLF. *
    CRLF.
    * 'MY ATTACHMENT' | CRLF.     -Contents of the attachment
    -"JPG, file, attachment | CRLF.     -Contents of the attachment
    CRLF.

    ' * ' - SECBOUND '-end MIME mail *.
    *);*

    UTL_SMTP. Quit (v_mail_conn);

    EXCEPTION
    WHEN utl_smtp. Transient_Error or utl_smtp. Permanent_Error then
    raise_application_error (-20000, "cannot send an email: ' |") SQLERRM);
    -message ("cannot send mail'"); message ("cannot send mail'"); *
    END;

    From the code above, I managed to send the file with jpg attachment
    Nothing in it. I know that I need a logic to build the content of jpg attachment but no idea how to do... Please guide me how can I join a LONG RAW database image.

    Any help...

    Best regards,
    Percy

    Check your MIME format again for fixing. For ora-29278 check the details of your SMTP server. It is another version of the code above, which works very well in my setup! You can try it again (by changing the UTL_TCP. CRLF! as suggested earlier)

    SQL>
    SQL> CREATE TABLE test_long_raw(id INTEGER, image LONG RAW);
    
    Table created.
    
    SQL> DECLARE
      2   v_return NUMBER;
      3  BEGIN
      4   v_return:=LoadLongRawFile('C:\Waterlilies.jpg');
      5  END;
      6  /
    
    PL/SQL procedure successfully completed.
    
    SQL> SELECT * FROM test_long_raw;
    
            ID I
    ---------- -
             1 F
    
    SQL> CREATE TABLE test_long_raw_to_blob(id INTEGER,image BLOB);
    
    Table created.
    
    SQL> INSERT INTO test_long_raw_to_blob SELECT id,TO_LOB(image) FROM test_long_raw;
    
    1 row created.
    
    SQL> commit;
    
    Commit complete.
    
    SQL> SELECT id,DBMS_LOB.getlength(image) FROM test_long_raw_to_blob;
    
            ID DBMS_LOB.GETLENGTH(IMAGE)
    ---------- -------------------------
             1                     83794
    
    SQL> DECLARE
      2    /*LOB operation related varriables */
      3    --v_src_loc  BFILE := BFILENAME('SAUBHIK', 'Waterlilies.jpg');
      4    v_src_loc BLOB ;
      5    l_buffer   RAW(54);
      6    l_amount   BINARY_INTEGER := 54;
      7    l_pos      INTEGER := 1;
      8    l_blob     BLOB := EMPTY_BLOB;
      9    l_blob_len INTEGER;
     10    v_amount   INTEGER;
     11
     12    /*UTL_SMTP related varriavles. */
     13    v_connection_handle  UTL_SMTP.CONNECTION;
     14    v_from_email_address VARCHAR2(30) := '[email protected]';
     15    v_to_email_address   VARCHAR2(30) := '[email protected]';
     16    v_smtp_host          VARCHAR2(30) := '9.182.156.144'; --My mail server, replace it with yours.
     17    v_subject            VARCHAR2(30) := 'Your Test Mail';
     18    l_message            VARCHAR2(200) := 'This is test mail using UTL_SMTP';
     19
     20    /* This send_header procedure is written in the documentation */
     21    PROCEDURE send_header(pi_name IN VARCHAR2, pi_header IN VARCHAR2) AS
     22    BEGIN
     23      UTL_SMTP.WRITE_DATA(v_connection_handle,
     24                          pi_name || ': ' || pi_header || UTL_TCP.CRLF);
     25    END;
     26
     27   BEGIN
     28    /*Preparing the LOB from table for attachment. */
     29    SELECT image
     30    INTO v_src_loc
     31    FROM test_long_raw_to_blob
     32    WHERE id=1;
     33
     34    DBMS_LOB.CREATETEMPORARY(l_blob, TRUE); --Create temporary LOB to store the file.
     35    v_amount := DBMS_LOB.GETLENGTH(v_src_loc); --Amount to store.
     36    --DBMS_LOB.LOADFROMFILE(l_blob, v_src_loc, v_amount); -- Loading from file into temporary LOB
     37    DBMS_LOB.COPY(l_blob,v_src_loc,v_amount);
     38    l_blob_len := DBMS_LOB.getlength(l_blob);
     39
     40    /*UTL_SMTP related coding. */
     41    v_connection_handle := UTL_SMTP.OPEN_CONNECTION(host => v_smtp_host);
     42    UTL_SMTP.HELO(v_connection_handle, v_smtp_host);
     43    UTL_SMTP.MAIL(v_connection_handle, v_from_email_address);
     44    UTL_SMTP.RCPT(v_connection_handle, v_to_email_address);
     45    UTL_SMTP.OPEN_DATA(v_connection_handle);
     46    send_header('From', '"Sender" <' || v_from_email_address || '>');
     47    send_header('To', '"Recipient" <' || v_to_email_address || '>');
     48    send_header('Subject', v_subject);
     49
     50    --MIME header.
     51    UTL_SMTP.WRITE_DATA(v_connection_handle,
     52                        'MIME-Version: 1.0' || UTL_TCP.CRLF);
     53    UTL_SMTP.WRITE_DATA(v_connection_handle,
     54                        'Content-Type: multipart/mixed; ' || UTL_TCP.CRLF);
     55    UTL_SMTP.WRITE_DATA(v_connection_handle,
     56                        ' boundary= "' || 'SAUBHIK.SECBOUND' || '"' ||
     57                        UTL_TCP.CRLF);
     58    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     59    -- Mail Body
     60    UTL_SMTP.WRITE_DATA(v_connection_handle,
     61                        '--' || 'SAUBHIK.SECBOUND' || UTL_TCP.CRLF);
     62    UTL_SMTP.WRITE_DATA(v_connection_handle,
     63                        'Content-Type: text/plain;' || UTL_TCP.CRLF);
     64    UTL_SMTP.WRITE_DATA(v_connection_handle,
     65                        ' charset=US-ASCII' || UTL_TCP.CRLF);
     66    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     67    UTL_SMTP.WRITE_DATA(v_connection_handle, l_message || UTL_TCP.CRLF);
     68    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     69
     70    -- Mail Attachment
     71    UTL_SMTP.WRITE_DATA(v_connection_handle,
     72                        '--' || 'SAUBHIK.SECBOUND' || UTL_TCP.CRLF);
     73    UTL_SMTP.WRITE_DATA(v_connection_handle,
     74                        'Content-Type: application/octet-stream' ||
     75                        UTL_TCP.CRLF);
     76    UTL_SMTP.WRITE_DATA(v_connection_handle,
     77                        'Content-Disposition: attachment; ' || UTL_TCP.CRLF);
     78    UTL_SMTP.WRITE_DATA(v_connection_handle,
     79                        ' filename="' || 'Waterlilies.jpg' || '"' || --My filename
     80                        UTL_TCP.CRLF);
     81    UTL_SMTP.WRITE_DATA(v_connection_handle,
     82                        'Content-Transfer-Encoding: base64' || UTL_TCP.CRLF);
     83    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     84
     85    /* Writing the BLOL in chunks */
     86    WHILE l_pos < l_blob_len LOOP
     87      DBMS_LOB.READ(l_blob, l_amount, l_pos, l_buffer);
     88      UTL_SMTP.write_raw_data(v_connection_handle,
     89                              UTL_ENCODE.BASE64_ENCODE(l_buffer));
     90      UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     91      l_buffer := NULL;
     92      l_pos    := l_pos + l_amount;
     93    END LOOP;
     94    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
     95
     96    -- Close Email
     97    UTL_SMTP.WRITE_DATA(v_connection_handle,
     98                        '--' || 'SAUBHIK.SECBOUND' || '--' || UTL_TCP.CRLF);
     99
    100    UTL_SMTP.WRITE_DATA(v_connection_handle,
    101                        UTL_TCP.CRLF || '.' || UTL_TCP.CRLF);
    102    UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
    103
    104    UTL_SMTP.CLOSE_DATA(v_connection_handle);
    105    UTL_SMTP.QUIT(v_connection_handle);
    106    DBMS_LOB.FREETEMPORARY(l_blob);
    107    --DBMS_LOB.FILECLOSE(v_src_loc);
    108
    109   EXCEPTION
    110    WHEN OTHERS THEN
    111      UTL_SMTP.QUIT(v_connection_handle);
    112      DBMS_LOB.FREETEMPORARY(l_blob);
    113      --DBMS_LOB.FILECLOSE(v_src_loc);
    114      RAISE;
    115   END;
    116  /
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    
  • Unable to send mail, timeout, smtp does not... already for a week does not work.

    Dear Sirs

    all of a sudden I also can't send mails, timeout with the smtp server of my e-mail address, provider's web. of
    Firewall disabled, uninstalled antivirus...
    Server smtp.web.de
    port 587
    STARTTLS
    other ports also does not, any more than ssl
    router may not be the problem, because I work with two different routers in two different apartments, so that now the two of them, all of a sudden does not allow to send mails, seems highly unlikely to me.
    system windows 7 Home premium 64

    Thank you in advance, I'm really tired of playing with her...

    Thank you very much, now after 10 days of work do not now it works again...

    -)
  • Unable to send mail via exchange server with Version 38.0.1 - password problems

    Last week, when my computer desktop auto-upgraded to 38.0.1, he lost the ability to send mail with SMTP. (It always returns an error message saying that the password is not recognized). I went around and with the administration of the server, and they are sure that the problem is on my end. All server settings are correct, according to the administration of the server and, in any case, I do not change them what has worked with earlier versions of this morning, I finally had to restart Thunderbird on my home computer. I tested the Version 31 immediately before restart - it worked. Then I tried the Version 38.0.1 immediately after the restart, - it did not work.

    I have disabled the firewall on the computer, but it made no difference. Both computers running all Windows 64-bit both 8.1; they have two different firewalls.

    I pasted in the troubleshooting information in Thunderbird below.

    Thank you
    The f

     Application Basics
    
       Name: Thunderbird
       Version: 38.0.1
       User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1
       Profile Folder: Show Folder
    
                 (Local drive)
       Application Build ID: 20150608103712
       Enabled Plugins: about:plugins
       Build Configuration: about:buildconfig
       Memory Use: about:memory
    
     Mail and News Accounts
       account1:
         INCOMING: account1, , (imap) mail.okstate.edu:143, alwaysSTARTTLS, NTLM
         OUTGOING: smtp.okstate.edu:587, alwaysSTARTTLS, NTLM, true
    
       account2:
         INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    
     Crash Reports
    
     Extensions
    
     Important Modified Preferences
    
       Name: Value
    
         accessibility.typeaheadfind.flashBar: 0
         browser.cache.disk.capacity: 358400
         browser.cache.disk.smart_size_cached_value: 358400
         browser.cache.disk.smart_size.first_run: false
         browser.cache.disk.smart_size.use_old_max: false
         extensions.lastAppVersion: 38.0.1
         font.internaluseonly.changed: true
         font.name.monospace.el: Consolas
         font.name.monospace.tr: Consolas
         font.name.monospace.x-baltic: Consolas
         font.name.monospace.x-central-euro: Consolas
         font.name.monospace.x-cyrillic: Consolas
         font.name.monospace.x-unicode: Consolas
         font.name.monospace.x-western: Consolas
         font.name.sans-serif.el: Calibri
         font.name.sans-serif.tr: Calibri
         font.name.sans-serif.x-baltic: Calibri
         font.name.sans-serif.x-central-euro: Calibri
         font.name.sans-serif.x-cyrillic: Calibri
         font.name.sans-serif.x-unicode: Calibri
         font.name.sans-serif.x-western: Calibri
         font.name.serif.el: Cambria
         font.name.serif.tr: Cambria
         font.name.serif.x-baltic: Cambria
         font.name.serif.x-central-euro: Cambria
         font.name.serif.x-cyrillic: Cambria
         font.name.serif.x-unicode: Cambria
         font.name.serif.x-western: Cambria
         font.size.fixed.el: 14
         font.size.fixed.tr: 14
         font.size.fixed.x-baltic: 14
         font.size.fixed.x-central-euro: 14
         font.size.fixed.x-cyrillic: 14
         font.size.fixed.x-unicode: 14
         font.size.fixed.x-western: 14
         font.size.variable.el: 17
         font.size.variable.tr: 17
         font.size.variable.x-baltic: 17
         font.size.variable.x-central-euro: 17
         font.size.variable.x-cyrillic: 17
         font.size.variable.x-unicode: 17
         font.size.variable.x-western: 17
         gfx.direct3d.last_used_feature_level_idx: 0
         mail.openMessageBehavior.version: 1
         mail.winsearch.firstRunDone: true
         mailnews.database.global.datastore.id: 07443412-ffcd-4d2f-998d-7cb7d9fb13f
         network.cookie.prefsMigrated: true
         network.predictor.cleaned-up: true
         places.database.lastMaintenance: 1434665793
         places.history.expiration.transient_current_max_pages: 104858
         plugin.importedState: true
         print.printer_Samsung_C460_Series.print_bgcolor: false
         print.printer_Samsung_C460_Series.print_bgimages: false
         print.printer_Samsung_C460_Series.print_colorspace:
         print.printer_Samsung_C460_Series.print_command:
         print.printer_Samsung_C460_Series.print_downloadfonts: false
         print.printer_Samsung_C460_Series.print_duplex: 219172716
         print.printer_Samsung_C460_Series.print_edge_bottom: 0
         print.printer_Samsung_C460_Series.print_edge_left: 0
         print.printer_Samsung_C460_Series.print_edge_right: 0
         print.printer_Samsung_C460_Series.print_edge_top: 0
         print.printer_Samsung_C460_Series.print_evenpages: true
         print.printer_Samsung_C460_Series.print_footercenter:
         print.printer_Samsung_C460_Series.print_footerleft: &PT
         print.printer_Samsung_C460_Series.print_footerright: &D
         print.printer_Samsung_C460_Series.print_headercenter:
         print.printer_Samsung_C460_Series.print_headerleft: &T
         print.printer_Samsung_C460_Series.print_headerright: &U
         print.printer_Samsung_C460_Series.print_in_color: true
         print.printer_Samsung_C460_Series.print_margin_bottom: 0.5
         print.printer_Samsung_C460_Series.print_margin_left: 0.5
         print.printer_Samsung_C460_Series.print_margin_right: 0.5
         print.printer_Samsung_C460_Series.print_margin_top: 0.5
         print.printer_Samsung_C460_Series.print_oddpages: true
         print.printer_Samsung_C460_Series.print_orientation: 0
         print.printer_Samsung_C460_Series.print_page_delay: 50
         print.printer_Samsung_C460_Series.print_paper_data: 1
         print.printer_Samsung_C460_Series.print_paper_height: 11.00
         print.printer_Samsung_C460_Series.print_paper_name:
         print.printer_Samsung_C460_Series.print_paper_size_type: 0
         print.printer_Samsung_C460_Series.print_paper_size_unit: 0
         print.printer_Samsung_C460_Series.print_paper_width: 8.50
         print.printer_Samsung_C460_Series.print_plex_name:
         print.printer_Samsung_C460_Series.print_resolution: 219172664
         print.printer_Samsung_C460_Series.print_resolution_name:
         print.printer_Samsung_C460_Series.print_reversed: false
         print.printer_Samsung_C460_Series.print_scaling: 1.00
         print.printer_Samsung_C460_Series.print_shrink_to_fit: true
         print.printer_Samsung_C460_Series.print_to_file: false
         print.printer_Samsung_C460_Series.print_unwriteable_margin_bottom: 0
         print.printer_Samsung_C460_Series.print_unwriteable_margin_left: 0
         print.printer_Samsung_C460_Series.print_unwriteable_margin_right: 0
         print.printer_Samsung_C460_Series.print_unwriteable_margin_top: 0
    
     Graphics
    
         Adapter Description: Intel(R) HD Graphics 4000
         Vendor ID: 0x8086
         Device ID: 0x0166
         Adapter RAM: Unknown
         Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
         Driver Version: 10.18.10.3621
         Driver Date: 5-16-2014
         Direct2D Enabled: true
         DirectWrite Enabled: true (6.3.9600.17795)
         ClearType Parameters: ClearType parameters not found
         WebGL Renderer: false
         GPU Accelerated Windows: 2/2 Direct3D 11
    
         AzureCanvasBackend: direct2d 1.1
         AzureSkiaAccelerated: 0
         AzureFallbackCanvasBackend: cairo
         AzureContentBackend: direct2d 1.1
    
     JavaScript
    
     Incremental GC: 1
    
     Accessibility
    
       Activated: 1
       Prevent Accessibility: 0
    
     Library Versions
    
         Expected minimum version
         Version in use
    
         NSPR
         4.10.8
         4.10.8
    
         NSS
         3.18.1 Basic ECC
         3.18.1 Basic ECC
    
         NSS Util
         3.18.1
         3.18.1
    
         NSS SSL
         3.18.1 Basic ECC
         3.18.1 Basic ECC
    
         NSS S/MIME
         3.18.1 Basic ECC
         3.18.1 Basic ECC
    

    or set true network.auth.force - generic-ntlm-v1 (under preferences |) Advanced | General | Configuration editor)

  • Unable to send email after installing Thunderbird v24.4.0

    I can retrieve electronic mail, but cannot send, just after the upgrade to 24.4.0.

    First I tried with my Verizon outgoing settings and I get the message: failed to connect to the server outgoing.verizon.net

    Then I moved my vps mail server outgoing servers. Because it is new, I had never used and asked me for my password, which I entered and he agreed. After accepting the password, I received the message: the message could not be sent using SMTP server mail.portraitartist.com for some unknown reason.

    I have AVG Internet Security. I was hunting around for something that would block Thunderbird and have not found anything, although I know not all this with precision of the AVG settings. I know I've read other posts on this problem for people who have Norton, but I can't find one 'allow' in AVG - there's probably an equivalent, but have not found.

    Any help on the place where check AVG and in general any help would be greatly appreciated.

    Thank you!

    I contacted Verizon and I shared my screen with them and they changed some settings.

    They changed the port to 465 and connection from none to SSL/TLS security. They had me also to change my password to 8 characters instead of 6, and then it worked.

    Since this last update Thunderbird was a security update, maybe he didn't like my settings. But I never thought these things myself.

  • I use outlook express 6 and I can receive an email of great but when I try to send it after making the necessary changes, i.e. the signature I get the message 'too big for the server.

    I use outlook express 6 and I can receive an email of great but when I try to send it after making the necessary changes, i.e. the signature I get the message "too big for the server" responses I've seen so far tell me absolutely nothing

    Well, the error message says it all.  "" too big for server".

    There is a limit imposed by your ISP/mail server, which you don't mention.

    Not only the servers have limits on the size, this is not necessarily the same for incoming and outgoing messages.

    If you say you use the e-mail program and the name of your e-mail server, maybe we can shed light on the more specific issue, but the problem is definitely with them and not Outlook Express.

    P.S. I'm not sure what you mean by 'signature'

  • Cannot send mail hotmail electronic

    Why am I unable to send mail with my hotmail account. I use windows live.  Can I receive and read emails but not send. I used to pay $10 for more space but don't need more and that is the problem. Once you start to pay you can never go back to the free email?

    After all the Hotmail issues in the appropriate forum found here:
    http://windowslivehelp.com/

Maybe you are looking for