Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to insert records into a Database table from an Email ?
the revrse process ca be done with a bit of java programming ( javamail
api).
you can collect the incoming mails and then do watever u need with a
database connection
> Hello All:
> I have a situation where emails sent to an Email Id should get inserted
into
> a database 1,e some part of the email should get inserted as records in a
> particular table. Like for example the Person's Name(who sent the email)
> should get inserted in the Name field of the table, Subject should get
> inserted in the subject field, Body should get inserted in the body field
of
> the table.
> I am already using ole2 to send automated emails from my application. But
is
> the reverse also possible ?
> Is there any way to do this.
> Regards,
> Faiz
>
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: FAIZ QURESHI
> INET: faizq_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: sunil INET: sun_at_webshastra.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jan 21 2002 - 02:50:25 CST