Email sent...but attachment appears in body

Hi,
I am trying to send emails with attachments in pl/sql.
I heard it can be done.
I tried it, the code runs wiithout erros.
But i cannot see the actual attachment.
The content of the attachment appears in the body of the email.
In the email i see this:
This is an automated email. Please do not reply!
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="-----AABCDEFBBCCC0123456789DE"
This is a multi-part message in MIME format.
-------AABCDEFBBCCC0123456789DE
Content-Type: text/html;US-ASCII
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="your_file_name.csv"
SYS,ICOL$,TABLE,2009-06-19 15:35:34
SYS,I_USER1,INDEX,2009-06-19 15:35:34
SYS,CON$,TABLE,2009-06-19 15:35:34
SYS,UNDO$,TABLE,2009-06-19 15:35:34
SYS,C_COBJ#,CLUSTER,2009-06-19 15:35:34
SYS,I_OBJ#,INDEX,2009-06-19 15:35:34
SYS,PROXY_ROLE_DATA$,TABLE,2009-06-19 15:35:34
SYS,I_IND1,INDEX,2009-06-19 15:35:34
SYS,I_CDEF2,INDEX,2009-06-19 15:35:34
SYS,I_PROXY_ROLE_DATA$_1,INDEX,2009-06-19 15:35:34
SYS,FILE$,TABLE,2009-06-19 15:35:34
SYS,UET$,TABLE,2009-06-19 15:35:34
SYS,I_FILE#_BLOCK#,INDEX,2009-06-19 15:35:34
SYS,I_FILE1,INDEX,2009-06-19 15:35:34
SYS,I_CON1,INDEX,2009-06-19 15:35:34
SYS,I_OBJ3,INDEX,2009-06-19 15:35:34
SYS,I_TS#,INDEX,2009-06-19 15:35:34
SYS,I_CDEF4,INDEX,2009-06-19 15:35:34
SYS,IND$,TABLE,2009-06-19 15:35:34
-------AABCDEFBBCCC0123456789DE--
The part between the boundry
(-------AABCDEFBBCCC0123456789DE--) should come as an attachment.
Code for attachment:
PROCEDURE R040_attach
IS
v_clob clob := empty_clob();
c_mime_boundary VARCHAR2(256) := '-----AABCDEFBBCCC0123456789DE';
v_len INTEGER;
v_index INTEGER;
BEGIN
FOR x IN (SELECT *
FROM all_objects
WHERE ROWNUM < 20)
LOOP
v_clob :=
v_clob
|| x.owner
|| ','
|| x.object_name
|| ','
|| x.object_type
|| ','
|| TO_CHAR(x.created, 'yyyy-mm-dd hh24:mi:ss')
|| UTL_TCP.crlf;
END LOOP;
UTL_SMTP.write_data(c, 'MIME-Version: 1.0' || UTL_TCP.crlf);
UTL_SMTP.write_data(
c,
'Content-Type: multipart/mixed; boundary="' || c_mime_boundary || '"' || UTL_TCP.crlf
UTL_SMTP.write_data(c, UTL_TCP.crlf);
UTL_SMTP.write_data(
c,
'This is a multi-part message in MIME format.' || UTL_TCP.crlf
UTL_SMTP.write_data(c, '--' || c_mime_boundary || UTL_TCP.crlf);
--UTL_SMTP.write_data(c, 'Content-Type: text/html;US-ASCII' || UTL_TCP.crlf);
--Content-Type: image/jpeg
UTL_SMTP.write_data(
c,
'Content-Type: text/html;US-ASCII'
|| UTL_TCP.crlf
|| 'Content-Transfer-Encoding: base64'
|| UTL_TCP.crlf
-- Set up attachment header
UTL_SMTP.write_data(
c,
'Content-Disposition: attachment; filename="'
|| 'your_file_name.csv'
|| '"'
|| UTL_TCP.crlf
UTL_SMTP.write_data(c, UTL_TCP.crlf);
-- Write attachment contents
v_len := DBMS_LOB.getlength(v_clob);
v_index := 1;
WHILE v_index <= v_len
LOOP
UTL_SMTP.write_data(c, DBMS_LOB.SUBSTR(v_clob, 32000, v_index));
v_index := v_index + 32000;
END LOOP;
-- End attachment
UTL_SMTP.write_data(c, UTL_TCP.crlf);
UTL_SMTP.write_data(c, '--' || c_mime_boundary || '--' || UTL_TCP.crlf);
EXCEPTION
WHEN OTHERS THEN
RAISE_APPLICATION_ERROR( -20110, 'Dwx0110 - R030 - ' || SQLERRM );
END R040_attach;
Any help would be appreciated.
Thank you.

Hi,
there are some threads you may find interesting:
UTL_SMTP mail with attachment( Problem in attaching zip file)
UTL_SMTP or UTL_MAIL
Regards.
Al

Similar Messages

  • Email sent but cant find it on sent folders, drafts or anywhere?

    Email sent but cant find it on sent folders, drafts or anywhere, have a message sitting in drats that says message upload incomplete..

    Please see below what is on my Sent folder:
    From: Julio Ivan Messa <[email protected]>
    Date: Mon, 03 Mar 2014 14:15:12 +0200
    Subject: Julio Messa - Participation
    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="ProgId" content="Excel.Sheet">
    <meta name="Generator" content="Microsoft Excel 14">
    <link id="Main-File" rel="Main-File" href="file://localhost/Users/julioivanmessa/Library/Caches/TemporaryItems/msocl ip/0/clip.htm">
    <link rel="File-List" href="file://localhost/Users/julioivanmessa/Library/Caches/TemporaryItems/msocl ip/0/clip_filelist.xml">
    <style>
    <!--table
        {mso-displayed-decimal-separator:"\,";
        mso-displayed-thousand-separator:\00A0;}
    @page
        {margin:1.0in .75in 1.0in .75in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;}
    td
        {padding-top:1px;
        padding-right:1px;
        padding-left:1px;
        mso-ignore:padding;
        color:black;
        font-size:12.0pt;
        font-weight:400;
        font-style:normal;
        text-decoration:none;
        font-family:Calibri, sans-serif;
        mso-font-charset:0;
        mso-number-format:General;
        text-align:general;
        vertical-align:bottom;
        border:none;
        mso-background-source:auto;
        mso-pattern:auto;
        mso-protection:locked visible;
        white-space:nowrap;
        mso-rotate:0;}
    .xl63
        {border:.5pt solid windowtext;}
    .xl64
        {text-align:center;
        vertical-align:middle;
        border-top:.5pt solid windowtext;
        border-right:.5pt solid windowtext;
        border-bottom:none;
        border-left:.5pt solid windowtext;}
    .xl65
        {text-align:center;
        vertical-align:middle;
        border-top:none;
        border-right:.5pt solid windowtext;
        border-bottom:.5pt solid windowtext;
        border-left:.5pt solid windowtext;}
    -->
    </style>
    </head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div><div><div>Good afternoon Associates,</div><div><br></div><div>First thank you again for the opportunity given to be able to be a part of this  and definitely successful pool of projects.</div><div><br></div><ol><li>The intention is to simply put a few terms and conditions on Black &amp; White in terms of our understanding and agreement.</li><li>It would be of my interest to be a share holder in this business of PERFECT PANELBEATERS, if there is still room for that</li><li>I have attached an offer that StandardBank has head-hunted me with of +/- 150.000 Mts plus Vehicle (C180) housing facility, medical aid and finance facility to run a division of their Private banking. Note this is no form of blackmail or comparison but its just for you to be aware that I am committed and convinced that together we have a recipe for Success here. </li><li>I would highlight the following, despite the fact that the business is not operational yet I would say that you may note that there has been a reduction/saving of costs in the following </li></ol><div><br></div><div>
    <table border="0" cellpadding="0" cellspacing="0" width="457" style="border-collapse:
    collapse;width:457pt">
    <!--StartFragment-->
    <colgroup><col width="166" style="mso-width-source:userset;mso-width-alt:7082;width:166pt">
    <col width="95" style="mso-width-source:userset;mso-width-alt:4053;width:95pt">
    <col width="84" style="mso-width-source:userset;mso-width-alt:3584;width:84pt">
    <col width="112" style="mso-width-source:userset;mso-width-alt:4778;width:112pt">
    </colgroup><tbody><tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" width="166" style="height:15.0pt;width:166pt">PERFECT
      PANEL BEATERS</td>
      <td rowspan="2" class="xl64" width="95" style="border-bottom:.5pt solid black;
      width:95pt">Cost/Budget</td>
      <td rowspan="2" class="xl64" width="84" style="border-bottom:.5pt solid black;
      width:84pt">Investment</td>
      <td rowspan="2" class="xl64" width="145" style="border-bottom-width: 0.5pt; border-bottom-style: solid; border-bottom-color: black; width: 145px; ">Saved</td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Equipment/
      Service</td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Paintware</td>
      <td class="xl63" style="border-top:none;border-left:none">300.000 usd</td>
      <td class="xl63" style="border-top:none;border-left:none">280.000 usd</td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145">20.000 usd</td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Site Plans</td>
      <td class="xl63" style="border-top:none;border-left:none">2.500 usd</td>
      <td class="xl63" style="border-top:none;border-left:none">500 usd</td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145">2.000 usd</td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Project
      Manager</td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top:none;border-left:none">1.300 usd</td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145"> </td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Advisor /
      Norman</td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145"> </td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Business Plan</td>
      <td class="xl63" style="border-top:none;border-left:none">50.000 usd</td>
      <td class="xl63" align="right" style="border-top:none;border-left:none">0</td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145">50.000 usd</td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none"> </td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145"> </td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">PERFECT WATER</td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top:none;border-left:none"> </td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145"> </td>
    </tr>
    <tr height="15" style="height:15.0pt">
      <td height="15" class="xl63" style="height:15.0pt;border-top:none">Equipment/Setup</td>
      <td class="xl63" style="border-top:none;border-left:none">60.000 usd</td>
      <td class="xl63" style="border-top:none;border-left:none">40.000 usd</td>
      <td class="xl63" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; width: 145px; " width="145">20.000 usd</td>
    </tr>
    <!--EndFragment-->
    </tbody></table><br></div><div><br></div><div>So in summary what I would say is I think I have shown value and I want to also </div><div><!--[if gte mso 9]><xml>
    <o:DocumentProperties>
      <o:Revision>0</o:Revision>
      <o:TotalTime>0</o:TotalTime>
      <o:Pages>1</o:Pages>
      <o:Words>17</o:Words>
      <o:Characters>99</o:Characters>
      <o:Company>Kapa Dech</o:Company>
      <o:Lines>1</o:Lines>
      <o:Paragraphs>1</o:Paragraphs>
      <o:CharactersWithSpaces>115</o:CharactersWithSpaces>
      <o:Version>14.0</o:Version>
    </o:DocumentProperties>
    <o:OfficeDocumentSettings>
      <o:AllowPNG/>
    </o:OfficeDocumentSettings>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:WordDocument>
      <w:View>Normal</w:View>
      <w:Zoom>0</w:Zoom>
      <w:TrackMoves/>
      <w:TrackFormatting/>
      <w:PunctuationKerning/>
      <w:ValidateAgainstSchemas/>
      <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
      <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
      <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
      <w:DoNotPromoteQF/>
      <w:LidThemeOther>EN-US</w:LidThemeOther>
      <w:LidThemeAsian>JA</w:LidThemeAsian>
      <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
      <w:Compatibility>
       <w:BreakWrappedTables/>
       <w:SnapToGridInCell/>
       <w:WrapTextWithPunct/>
       <w:UseAsianBreakRules/>
       <w:DontGrowAutofit/>
       <w:SplitPgBreakAndParaMark/>
       <w:EnableOpenTypeKerning/>
       <w:DontFlipMirrorIndents/>
       <w:OverrideTableStyleHps/>
       <w:UseFELayout/>
      </w:Compatibility>
      <m:mathPr>
       <m:mathFont m:val="Cambria Math"/>
       <m:brkBin m:val="before"/>
       <m:brkBinSub m:val="&#45;-"/>
       <m:smallFrac m:val="off"/>
       <m:dispDef/>
       <m:lMargin m:val="0"/>
       <m:rMargin m:val="0"/>
       <m:defJc m:val="centerGroup"/>
       <m:wrapIndent m:val="1440"/>
       <m:intLim m:val="subSup"/>
       <m:naryLim m:val="undOvr"/>
      </m:mathPr></w:WordDocument>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
      DefSemiHidden="true" DefQFormat="false" DefPriority="99"
      LatentStyleCount="276">
      <w:LsdException Locked="false" Priority="0" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
      <w:LsdException Locked="false" Priority="9" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
      <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
      <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
      <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
      <w:LsdException Locked="false" Priority="10" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Title"/>
      <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
      <w:LsdException Locked="false" Priority="11" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
      <w:LsdException Locked="false" Priority="22" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
      <w:LsdException Locked="false" Priority="20" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
      <w:LsdException Locked="false" Priority="59" SemiHidden="false"
       UnhideWhenUsed="false" Name="Table Grid"/>
      <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
      <w:LsdException Locked="false" Priority="1" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 1"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
      <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
      <w:LsdException Locked="false" Priority="34" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
      <w:LsdException Locked="false" Priority="29" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
      <w:LsdException Locked="false" Priority="30" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 1"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 2"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 2"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 3"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 3"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 4"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 4"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 5"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 5"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
      <w:LsdException Locked="false" Priority="60" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
      <w:LsdException Locked="false" Priority="61" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light List Accent 6"/>
      <w:LsdException Locked="false" Priority="62" SemiHidden="false"
       UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
      <w:LsdException Locked="false" Priority="63" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
      <w:LsdException Locked="false" Priority="64" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
      <w:LsdException Locked="false" Priority="65" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
      <w:LsdException Locked="false" Priority="66" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
      <w:LsdException Locked="false" Priority="67" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
      <w:LsdException Locked="false" Priority="68" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
      <w:LsdException Locked="false" Priority="69" SemiHidden="false"
       UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
      <w:LsdException Locked="false" Priority="70" SemiHidden="false"
       UnhideWhenUsed="false" Name="Dark List Accent 6"/>
      <w:LsdException Locked="false" Priority="71" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
      <w:LsdException Locked="false" Priority="72" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
      <w:LsdException Locked="false" Priority="73" SemiHidden="false"
       UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
      <w:LsdException Locked="false" Priority="19" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
      <w:LsdException Locked="false" Priority="21" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
      <w:LsdException Locked="false" Priority="31" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
      <w:LsdException Locked="false" Priority="32" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
      <w:LsdException Locked="false" Priority="33" SemiHidden="false"
       UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
      <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
      <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
    </w:LatentStyles>
    </xml><![endif]--><!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-parent:"";
        mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
        mso-para-margin-top:0cm;
        mso-para-margin-right:0cm;
        mso-para-margin-bottom:10.0pt;
        mso-para-margin-left:0cm;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Palatino Linotype";
        mso-ascii-font-family:"Palatino Linotype";
        mso-ascii-theme-font:minor-latin;
        mso-hansi-font-family:"Palatino Linotype";
        mso-hansi-theme-font:minor-latin;}
    </style>
    <![endif]--><div style="color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><br></div><div style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0); "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px;"><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><font class="Apple-style-span" face="Helvetica Neue">                                         Julio  Messa</font></div></span></div></div></div></div></div></span></div></span></d iv></div><div><span class="Apple-style-span" style="color: rgb(89, 174, 249); line-height: 17px; font-size: 19px; font-family: Calibri, sans-serif; ">    </span><span class="Apple-style-span" style="color: rgb(0, 0, 0); line-height: 17px; font-size: 22px; font-family: Calibri, sans-serif; "><font class="Apple-style-span" color="#4990cf">T H E  C O N T A C T</font></span><font class="Apple-style-span" size="2" style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; "><font class="Apple-style-span" color="#59aef9" face="Calibri,sans-serif"><span class="Apple-style-span" style="line-height: 17px;"><br></span></font></font><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0); line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><font class="Apple-style-span"><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><o:p><font class="Apple-style-span"><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="Section1" style="page: Section1; "><div style="color: rgb(0, 0, 0); margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><font class="Apple-style-span" face="Helvetica Neue"><span class="Apple-style-span" style="font-size: 7px; font-family: Calibri, sans-serif; ">             </span><font class="Apple-style-span" size="1">The Know how meets THE KNOW WHO</font></font></div><div style="color: rgb(0, 0, 0); margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><font class="Apple-style-span" face="Helvetica Neue" size="1">Experience the power of THE RIGHT MEETING</font></div></div></span></div></div></div></span></span></font></o:p>< /div></span></span></span></div></span></div></div></div></font></div></div></sp an></div></span></div></span><span class="Apple-style-span" style="font-family: Calibri, sans-serif; line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><font class="Apple-style-span"><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><o:p><font class="Apple-style-span"><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="Section1" style="page: Section1; "><div style="font-size: 14px; color: rgb(0, 0, 0); margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span style="color: black; "><font class="Apple-style-span" face="Helvetica Neue" size="2">                           Maputo, Mozambique</font></span></div><div style="font-size: 14px; font-family: Calibri, sans-serif; font-style: normal; color: rgb(0, 0, 0); font-weight: normal; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span style="color: black; "><font class="Apple-style-span" size="2">                                                    +258 84 82 55 111<o:p></o:p></font></span></div><div style="font-size: 14px; font-family: Calibri, sans-serif; font-style: normal; color: rgb(0, 0, 0); font-weight: normal; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span style="color: black; "><font class="Apple-style-span" size="2">                                                  +27 (0)76 797 3896<o:p></o:p></font></span></div><div style="font-size: 14px; font-family: Calibri, sans-serif; font-style: normal; font-weight: normal; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; "><font class="Apple-style-span" size="2">                                           <font class="Apple-style-span" color="#336897">   <font class="Apple-style-span"><font class="Apple-style-span">[email protected]</font> </font></font></font></div></div></span></div></div></div></span></span> </font></o:p></div></span></span></span></div></span></div></div></div></font></ div></div></span></div></span></div></span><span class="Apple-style-span" style="font-size: 14px; font-family: Calibri, sans-serif; line-height: 17px; "><b><span class="Apple-style-span" style="font-weight: normal; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><font class="Apple-style-span"><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><b><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><o:p><font class="Apple-style-span" size="2" color="#336897"><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="Section1" style="page: Section1; "><div style="font-weight: normal; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; ">                                        <font class="Apple-style-span"> [email protected]</font></div></div></span></div></div></div></span></span></font></o:p></div></s pan></span></span></div></span></b></div></div></div></font></div></div></span>< /div></span></span></span></div></span></b></span><span class="Apple-style-span" style="font-size: 14px; color: rgb(0, 0, 0); line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><font class="Apple-style-span"><div style="line-height: 17px; "><div class="Section1" style="page: Section1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; "><p style="font-family: Calibri, sans-serif; font-weight: normal; font-style: normal; font-size: 14px; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; "><font class="Apple-style-span" color="#7d7d7d" face="Verdana"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></p><span style="color: rgb(0, 0, 0); "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; display: inline !important; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; display: inline !important; "><span class="Apple-style-span" style="line-height: 17px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; display: inline !important; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; display: inline !important; "><o:p><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="line-height: 17px; display: inline !important; "><div class="Section1" style="page: Section1; display: inline !important; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; display: inline !important; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="Section1" style="page: Section1; display: inline !important; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; display: inline !important; "><span style="color: black; font-size: 10px;"><font class="Apple-style-span" face="Helvetica Neue">E-mail Disclaimer</font></span></div></div></span></div></div></div></span></span></o: p></div></span></span></span></div></span></div></span></span></span></div></spa n><p style="font-family: Calibri, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; color: rgb(0, 0, 0); "></p><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; color: rgb(0, 0, 0); line-height: 17px; "><b><span class="Apple-style-span" style="font-weight: normal; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm; margin-bottom: 0.0001pt; line-height: 12.75pt; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="line-height: 17px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="margin-right: 0cm; margin-left: 0cm; margin-top: 0cm

  • I just had to create a new account because i know my id but not password and when i reset it it says email sent but i dont recieve it anywhere how can i fix this ??  I LOST EVERYTHING :(

    I JUST HAD TO CREATE A NEW I COULD ACCOUNT BECAUSE I CANT GET INTO MY OLD ONE I KNOW MY ID AND HAVE TRIED TO RESET IT BUT WHEN I DO IT SAYS EMAIL SENT BUT I NEVER RECIEVE ANY EMAIL

    Did you check your spam folder?

  • Running OSX10.6.8 two email account thru Roadrunner. Both accounts now indicate email sent but they never arrive. Can get inbound email.  this start for one account 5 days ago and yesterday for the second account. any suggestions?

    Running OSX10.6.8 two email account thru Roadrunner. Both accounts now indicate email sent but they never arrive. Can get inbound email.  this started for one account 5 days ago and yesterday for the second account. any suggestions?

    When we returned from a weekend trip, both emails were working.  The obvious answer [to me anyway] is that the problem was with Roadrunner, not our minimac. The chances of finding out what the problem was with Roadrunner are slim and none.

  • I need help resetting my security questions, i try to and it says email sent but i never get the email to my main email or alternate email, i never set my questions but somehow there set

    I need help resetting my security questions, i try to and it says email sent but i never get the email to my main email or alternate email, i never set my questions but somehow there set, so i can also not buy apps without entering my question awnsers please help

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • I have tried many times to reset my apple pw, it says email sent but I am not receiving it.  Any ideas where to go from here?

    I have tried many times to reset my apple pw, it says email sent but I don't receive it.
    Where do I go from here.

    Hey Sharon,
    ive been trying to reset one of our employees' acccounts since last thursday,
    after several failed attempts.  My case was escalated.
    I've since been told (today) directly by itunes/account/apple id - support, that they can't reset our password,
    due to a system update.

  • Email is sent correctly, but attachment appears in the body

    Hi,
    I am trying to send emails with attachments in pl/sql.
    I heard it can be done.
    I tried it, the code runs wiithout erros.
    But i cannot see the actual attachment.
    The content of the attachment appears in the body of the email.
    In the email i see this:
    This is an automated email. Please do not reply!
    MIME-Version: 1.0
    Content-Type: multipart/mixed; boundary="-----AABCDEFBBCCC0123456789DE"
    This is a multi-part message in MIME format.
    -------AABCDEFBBCCC0123456789DE
    Content-Type: text/html;US-ASCII
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="your_file_name.csv"
    SYS,ICOL$,TABLE,2009-06-19 15:35:34
    SYS,I_USER1,INDEX,2009-06-19 15:35:34
    SYS,CON$,TABLE,2009-06-19 15:35:34
    SYS,UNDO$,TABLE,2009-06-19 15:35:34
    SYS,C_COBJ#,CLUSTER,2009-06-19 15:35:34
    SYS,I_OBJ#,INDEX,2009-06-19 15:35:34
    SYS,PROXY_ROLE_DATA$,TABLE,2009-06-19 15:35:34
    SYS,I_IND1,INDEX,2009-06-19 15:35:34
    SYS,I_CDEF2,INDEX,2009-06-19 15:35:34
    SYS,I_PROXY_ROLE_DATA$_1,INDEX,2009-06-19 15:35:34
    SYS,FILE$,TABLE,2009-06-19 15:35:34
    SYS,UET$,TABLE,2009-06-19 15:35:34
    SYS,I_FILE#_BLOCK#,INDEX,2009-06-19 15:35:34
    SYS,I_FILE1,INDEX,2009-06-19 15:35:34
    SYS,I_CON1,INDEX,2009-06-19 15:35:34
    SYS,I_OBJ3,INDEX,2009-06-19 15:35:34
    SYS,I_TS#,INDEX,2009-06-19 15:35:34
    SYS,I_CDEF4,INDEX,2009-06-19 15:35:34
    SYS,IND$,TABLE,2009-06-19 15:35:34
    -------AABCDEFBBCCC0123456789DE--
    The part between the boundry
    (-------AABCDEFBBCCC0123456789DE--) should come as an attachment.
    Code for attachment:
    PROCEDURE R040_attach
    IS
    v_clob clob := empty_clob();
    c_mime_boundary VARCHAR2(256) := '-----AABCDEFBBCCC0123456789DE';
    v_len INTEGER;
    v_index INTEGER;
    BEGIN
    FOR x IN (SELECT *
    FROM all_objects
    WHERE ROWNUM < 20)
    LOOP
    v_clob :=
    v_clob
    || x.owner
    || ','
    || x.object_name
    || ','
    || x.object_type
    || ','
    || TO_CHAR(x.created, 'yyyy-mm-dd hh24:mi:ss')
    || UTL_TCP.crlf;
    END LOOP;
    UTL_SMTP.write_data(c, 'MIME-Version: 1.0' || UTL_TCP.crlf);
    UTL_SMTP.write_data(
    c,
    'Content-Type: multipart/mixed; boundary="' || c_mime_boundary || '"' || UTL_TCP.crlf
    UTL_SMTP.write_data(c, UTL_TCP.crlf);
    UTL_SMTP.write_data(
    c,
    'This is a multi-part message in MIME format.' || UTL_TCP.crlf
    UTL_SMTP.write_data(c, '--' || c_mime_boundary || UTL_TCP.crlf);
    --UTL_SMTP.write_data(c, 'Content-Type: text/html;US-ASCII' || UTL_TCP.crlf);
    --Content-Type: image/jpeg
    UTL_SMTP.write_data(
    c,
    'Content-Type: text/html;US-ASCII'
    || UTL_TCP.crlf
    || 'Content-Transfer-Encoding: base64'
    || UTL_TCP.crlf
    -- Set up attachment header
    UTL_SMTP.write_data(
    c,
    'Content-Disposition: attachment; filename="'
    || 'your_file_name.csv'
    || '"'
    || UTL_TCP.crlf
    UTL_SMTP.write_data(c, UTL_TCP.crlf);
    -- Write attachment contents
    v_len := DBMS_LOB.getlength(v_clob);
    v_index := 1;
    WHILE v_index <= v_len
    LOOP
    UTL_SMTP.write_data(c, DBMS_LOB.SUBSTR(v_clob, 32000, v_index));
    v_index := v_index + 32000;
    END LOOP;
    -- End attachment
    UTL_SMTP.write_data(c, UTL_TCP.crlf);
    UTL_SMTP.write_data(c, '--' || c_mime_boundary || '--' || UTL_TCP.crlf);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR( -20110, 'Dwx0110 - R030 - ' || SQLERRM );
    END R040_attach;
    Any help would be appreciated.
    Thank you.

    This is the forum for Oracle's SQL Developer tool, not for general SQL and PL/SQL questions.
    Questions like this will get a better response in the PL/SQL forum.
    Here is some code I have used to send emails with attachments.
      utl_smtp.open_data(conn);
      utl_smtp.write_data(conn,'Subject:'||subject);
       utl_smtp.write_data( conn, utl_tcp.crlf );
      utl_smtp.write_data( conn, 'Content-Disposition: attachment; filename="attachment"' || utl_tcp.crlf);
        utl_smtp.write_data( conn, 'Content-Transfer-Encoding: base64' || utl_tcp.crlf );
        utl_smtp.write_data( conn, utl_tcp.crlf );
        v_length := dbms_lob.getlength(attachment);
        <<while_loop>>
        while v_offset < v_length loop
          dbms_lob.read( attachment, v_buffer_size, v_offset, v_raw );
          utl_smtp.write_raw_data( conn, utl_encode.base64_encode(v_raw) );
          utl_smtp.write_data( conn, utl_tcp.crlf );
          v_offset := v_offset + v_buffer_size;
        end loop while_loop;
        utl_smtp.write_data( conn, utl_tcp.crlf );
      utl_smtp.write_data(conn,utl_tcp.crlf||utl_tcp.crlf);
      utl_smtp.write_data(conn,content);
      utl_smtp.write_data(conn,utl_tcp.crlf||utl_tcp.crlf);
      utl_smtp.close_data(conn);
    content is a varchar holding the body of the email.
    attachment is a blob holding the attachment.
    Edited by: Jim Smith on Nov 2, 2012 9:24 AM

  • HT204380 Hi, I have tried to reset my facetime password, it says email sent but one is not received.?

    Hi all, have tried to reset facetime password on my sons itouch (4th gen), it confirms an email has been sent but no email is recieved?

    Did you happen to notice that this is the iPhone, not the iPod Touch forum?
    There is no "facetime password."  Do you mean Apple ID?

  • Icloud not verified, says email sent but i dont receive it on my apple ID

    I am new to icloud. When i try to sign in it says account not verified, email sent on my apple ID but I haven't received any email.

    Did you check your spam folder?

  • Email sent from iPhone appears in Sent Items days later

    On our Mac clients we use Entourage 2008 SP2 which connects to Exchange 2003 SP2 running on Window Server 2003.
    So we're very pleased our iPhone 3Gs with 3.1.1 work as well as they do with ActiveSync email to Exchange. (Well done Apple.)
    However, we have noticed that some emails sent from the iPhone appear in Entourage's (and OWA's) Sent Items folder days later than when the message was sent.
    Also, the Subject is BLANK.
    This is not good as we are contemplating moving from BlackBerry to iPhone for our client servicing teams who need to have an accurate record on on-the-hoof communications.
    Any ideas?
    Regards
    C.

    IPhone OS 3.0 did not identify itself properly to Exchange 2007 on any iPhone. With iPhone OS 3.1, all iPhones identify themselves properly to the server, essentially fixing a glitch in the previous operating system. However, now iPhone and iPhone 3G users that upgraded to iPhone OS 3.1 won't be able to login to Exchange 2007 servers that require hardware encryption. The new iPhone 3GS, you won't notice any change. Apple's newest phone is equipped with hardware encryption, so it will meet the requirements of the Exchange server when identifying itself. If you've already upgraded your phones to iPhone OS 3.1 on an iPhone or iPhone 3G and connect to an Exchange 2007 server, you have to turn off the hardware encryption requirement for those devices. So, if you decide you have to have hardware encryption, then you'll need to upgrade all phones to 3gs.

  • Outlook 2003 issue: Emails sent to recipients appears incomplete

    Dear Support,
    Recently, I have notice a particular trend among my users, Some emails that users created when sent to recipients appears half of its content gone. Their receipients informed thaem that the emails were either not completed or half of its content is
    missing.
    My users, checked the sent email and were surprise to find it to be true.
    Please advise what is the issue.
    Thank you.
    Josh.

    Hi,
    Today, one of my users have the issue again, she is using Outlook 2003 on Windows 7 OS. Her fully
    composed emails that were sent to recipients appears half of its content gone. She didn't realize it until her receipient informed them that the emails were either incompleted.
    The frustrating part is that it happens randomly, hence, difficult to track.
    Please advise what is the issue.
    OS: Windows XP/7
    Office: Outlook 2003
    Symantec Cloud Endpoint.
    Thank you.
    Josh.

  • Single email sent but activity window reports multiple messages

    When I send a single email sent the activity window reports sending of multiple messages e.g. 9.  Does this indicate a virus or malware is working in the background and if so what should I do about it?

    This is not malware, it's simply a long-standing bug in Mail. The count doesn't reset properly until you quit Mail, so when sending the 9th e-mail since starting Mail, the number of messages being sent will be shown as 9.

  • Text message to email sent as attachment instead of in email body

    I used to have this problem before with my iPhone 4, but it seemed to go away. Now, with the lates OS update it's back again. When I send a text message to my wife's Gmail it arrives as a text file attachment to the email instead of just normal text in the email body.
    I use Verizon, and the source of the email is @vzwpix.com. I know that there is also @vtext.com, but in the past it hasn't mattered which one was used.
    Any ideas?

    If you try reading other posts here about attachments and such you may get a hint. It sounds like all email programs would work fine if people just sent plain text. Problems arise when we use RTF (rich text format) and HTML. Possibly the original email you received had formatted text. My guess is that if you forced that text into plain text then it would be readable by all. This is the reason that only some people have trouble with the forwarded text. It depends on their email client or even on settings of that client.
    Good luck.

  • Email sent but not received by individuals

    Hello,
    I am facing an issue in email distribution through WF.
    Emails are generated and can be seen in SAP basis inbox. (i.e. you can see the email address/user ids in To field or Cc field). Few of the users are getting email notification in their inbox but few of them are not.
    E.g. 
    In below example <generic_email> users are receiving the email as generic users but others did not.
    Also if <userid1> is part of <generic_email> then <userid1> is receiving the email as generic user and not as individual user.
    From: WF-BATCH
    To: <userid>@domain.com
    Cc: <userid1>@domain.com, <generic_email>@domain.com, <userid2>@domain.com, <generic_email1>@domain.com
    <Email  body>
    Request your inputs. Thank you.
    - Omkar

    All,
    Thanks for your reply. Worked with Basis as I do not have access to SOST/SCOT in production environment.
    @Abdullah: SCOT is correct. For all the e-mail messages the status is green. (Successfully Sent)
    @Rick: This is a custom application which triggers workflow. I can see the emails in SOST with status as successful.
    @Anjan: No emails in junk folder as well.
    @Swadhin: If we send a test email from SOST, it works fine. Me too suspecting the issue with user id. Working on it.
    @Rahul: Yes. Some users received the emails. Also email is maintained for WF-BATCH user.
    @Mike: Tried testing test email and it worked fine. No filters in SCOT. Exploring more options with basis/security.
    - Omkar

  • I'm trying to reset my security questions because I got a new iPad mini and I don't remember the security questions but when I try to reset it it says email sent, but I never get the email. Help!

    I'm trying to reset my security questions because I don't remember them. But every time it says they have been sent to me. I never receive them and I know for sure I'm on the right email address. Help!

    You can contact iTunes Support and have them reset them:
    ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

Maybe you are looking for

  • Wireless printer adapter issue

    I purchased an HP802.11b/g Wireless Printer Adapter for an HP H470wbt printer; I installed the driver on a laptop with Windows Vista; I could never get the printer to work wirelessly; I recently purchased a new laptop with Windows 7 and attempted to

  • I downloaded mountain lion and my audio does not work

    I Downloaded mountain lion and my audio input does not work. I am tryig to use it with Articulate. I rebooted twice, I ahve taken out the external mic I have looked in Utilities and see if the setting are muted but all ok I have looked in Activity mo

  • Trying to factory reset an Iphone 6..

    This phone was dropped in the water...and instead of waiting for it to "dry-out", I purchased another for my daughter. Well, now that it's working...I would like to use it for myself.  The problem: well, she forgot the e-mail associated with the I-tu

  • Dynamic DNS not working

    I have my router configured to automatically communiation with MI424WR (Rev. I) - Wireless Broadband Router when the IP address changes.  For the last couple of weeks the router indicated it can't connect to the DNS service provider. I contacted them

  • Error when building dll

    I tried to run the example HelloWorld given in JNI tutorial. http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html But when I try to build dll I typed under dos C:\Program Files\Microsoft Visual Studio\VC98\Bin>cl -Ic:\jdk1.3.1\incl