i have write a code of plsql
i want to sent mail
throught
mail_files function
but i have error
like
"relay access denied"
what it means
pls help me
User Profile
Collapse
-
UTL_SMTP: relay access denied
-
About DDE.APP_BEGIN
i write the code about this
CREATE OR REPLACE PROCEDURE Proc_Document IS
AppID PLS_INTEGER;
BEGIN
-- AppID := DDE.App_Begin(' C:\Program Files\Microsoft Office\Office\W INWORD.EXE',DDE .APP_MODE_MINIM IZED);
AppID := DDE.APP_BEGIN(' E:MSOFFICEexcel excel.EXE',DDE. APP_MODE_MINIMI ZED) ;
END;
/
and i got the error about PLS-00201: identifier...
No activity results to display
Show More