-
Sending email in html format from database
For my task I need to send an email on a daily basis from a particular table in my database.
At first I try to send the stuff with my PL/SQL stored procedure and seems it works. I am wondering the limitation of UTL_SMTP package. In case my data is not in bulk then it would work fine. However, if I have more data to be sent, then it would not work.
I knew that there would be other options like using shell script or mailx for sending email. I know totally nothing about these two and don't know where I can learn these. In case if I use shell script or mailx, would it be possible for me to send the email in html format? If I first export the data in a file, then send the email with the file contents, would it still be possible to make it in html format? Because the end-users request to have the report in html format by email. I don't know how I should start with. Please help me experts! Thanks a lot!
-
What database server are you using? If SQL Server you can use the xp_sendmail extended stored procedure.
Note: the end users may not have html email capabilities and in that case they would receive all the html markup code in text format.
-
Similar Threads
-
By Stryker in forum VB Classic
Replies: 4
Last Post: 10-29-2001, 09:56 PM
-
By Makl. Lemmertz in forum VB Classic
Replies: 2
Last Post: 10-29-2001, 12:12 PM
-
By Alejandro E. in forum VB Classic
Replies: 6
Last Post: 08-10-2001, 11:45 AM
-
By Seb in forum VB Classic
Replies: 1
Last Post: 05-20-2001, 10:16 AM
-
Replies: 0
Last Post: 07-05-2000, 12:40 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|