oracle - Sent Email process not working -



oracle - Sent Email process not working -

i have question application built in oracle apex 4.2. application has process send emails (when user changes password or requests password reset).

when run application online on "apex.oracle.com" account, runs fine. when run on home computer (running windows 7), email process doesn't work. because home server not email server.

can please help me home computer able send emails via above mentioned application?

thanks in advance.

you have several options:

configure local smtp server can utilize apex , send emails. connect remote server - google - , sends emails way (you have open new business relationship , connect , there's certificate problems, https://arkatec.wordpress.com/2011/08/15/sending-email-using-oracle-database-and-google-mail-service/) use htmldb_mail bundle (i haven't tried one)

in first options need build procedure work you.

you can utilize 1 of this:

http://www.orafaq.com/wiki/send_mail_from_pl/sql

important: maintain in you're going encounter permission issues utl packages (grant execute on utl_xxx user) , algo, if you're working on 11g need create acl

oracle apex

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -