How to send email from OSB with Mail server that requires SSL or STARTTLS

Hi everyone.
My leader ask me configuration on OSB to support send email to my company mail server (using https chanel) and customer email (some of them is gmail that require STARTTLS or SSL).
I've configured OSB as tutorial in that link: http://blogs.oracle.com/christomkins/entry/sending_an_email_from_oracle_s
But OSB cannot send email from mail account that configured because it cannot login to mail server. I think the reason is secure authentication with SSL or TLS.
There some problems that similar to mine in this forum but has nobody solved it yet.
Can you tell me the solution you know? Any suggestion is appreciated.
Regards
Cuong Pham

I know I'll offer you just a workaround and not a real solution, but you can try to start your own (intermediate) SMTP server to communicate with OSB (without SSL). Then you can just relay all the messages to your "real" SMTP server which requires SSL. If you start your intermediate SMTP server on the OSB host (localhost), then this layout could be acceptable even from security point of view.

Similar Messages

  • Send email from OWB with authenticated SMTP server (AUTH_LOGIN)

    Hi all,
    I want to send email from Oracle Warehouse Builder 11.2.0.2 using a SMTP server with basic authentication (AUTH_LOGIN).
    I've created an ACL for OWBSYS user according to note ID 1229769.1 in support.oracle.com.
    But, I need to configure again the ACL to connect to the SMTP server using user and password.
    I read the article in metalink, *How to Send an Email Using SMTP over an SSL Connection [ID 1323140.1]*+
    but I don't know how can I configure again the ACL for use in OWB.
    How OWB is able to authenticate with the SMTP server?
    Thanks!
    Maximiliano.

    Duplicate -
    How to send email from OSB with Mail server that requires SSL or STARTTLS
    Regards,
    Anuj

  • How to send emails from of pdf's generated by oracle reports

    I have several pdf documents , I want to email those pdf's . Please let me know how to send emails from oracle reports .
    Thanks,
    Previn

    I have integrated Oracle Reports with Oracle Portal and used the scheduling feature via portlets. We have reports that run every monday morning for management. For more info go to:
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/index.html
    OR
    I think if you set destype=mail, desformat=PDF, and desname=[email protected] that should also do the trick.
    Just be sure that you have put your mail server's IP address in the rep_<machine_name>.conf file located in your <oracle_home>/reports/conf directory. If this is not set up, the mail feature won't work.
    Martin

  • How to sending email from Oracle Forms

    How to sending email from Oracle 6i(Forms)
    I need to send email to a distribution list(multiple email addresses).

    send email of multiple email address
    [email protected],[email protected],[email protected]
    create or replace function mailout
    (sender in varchar2,
    recipient in varchar2,
    ccrecipient in varchar2,
    subject in varchar2,
    message in varchar2) return number
    is
    crlf varchar2(2) := chr(13)||chr(10);
    connection utl_smtp.connection;
    mailhost varchar2(50) := 'Add email server Ip Address here';
    header varchar2(4000);
    v_num number :=1;
    str number:=0;
    email varchar2(50);
    begin
    connection := utl_smtp.open_connection(mailhost,25);
    header := 'Date: '||to_char(sysdate,'dd mon yy hh24:mi:ss')||crlf||
    'From: '||sender||' '||crlf||
    'Subject: '||subject||crlf||
    'To: '||recipient||crlf||
    'Cc: '||ccrecipient||crlf||message;
    utl_smtp.helo(connection,mailhost);
    utl_smtp.mail(connection,sender);
    utl_smtp.rcpt(connection,recipient);
    while (instr(ccrecipient,',',1,v_num)>0) loop
    email:=substr(ccrecipient,str+1,instr(ccrecipient,',',1,v_num)-str-1);
    dbms_output.put_line(email);
    utl_smtp.rcpt(connection,email);
    str:=instr(ccrecipient,',',1,v_num);
    v_num:=v_num+1;
    end loop;
    utl_smtp.open_data(connection);
    -- utl_smtp.write_data(connection,header);
    utl_smtp.write_data(connection,'MIME-Version:1.0'||crlf||'Content-type:text/html'||crlf||header);
    utl_smtp.close_data(connection);
    utl_smtp.quit(connection);
    return 0;
    exception
    when utl_smtp.invalid_operation then
    dbms_output.put_line('Invalid Operation in SMTP transaction');
    return 1;
    when utl_smtp.transient_error then
    dbms_output.put_line('Temporary problem with sending email ');
    return 2;
    when utl_smtp.permanent_error then
    dbms_output.put_line('Permanent problem with sending email ');
    return 3;
    end;

  • Sending emails from preview with alternative email clients

    Hi, I've got a problem. I've changed my standard email-client from Apple Mail to Unibox. And, of course, I changed the standard email client in the adjustments of Apple Mail too. So everything is working fine except one thing:
    When I try to send a pdf-file from Apple preview.app as a mail, nothing happens. What can I do to tell Apple Preview to use my new Mail-client Unibox for sending mails?

    Hi, Kevin.
    I understand your need to support sales leave-behinds from your DPS app, which is why I wrote that blog post in the first place.
    The mailto: hyperlinking approach works well from a web browser, but the webkit overlay that we we get from iOS (that we use in DPS) is definitely not a browser. Browsers have special access to the local file system, where we would like to store PDFs to attach to email. The webkit overlay does not have this access, so we can't use the normal scheme of:
    mailto:[email protected]?subject=my%20email%20message&body=see%20attachment&attachment="\\myhost\myfolder\myfile.p df" to pass the path to Mail.app.
    This limitation means that you need to use some other method to provide access to that PDF. In my blog article (to which you refer), I provide a method to provide a form that would compose an email that contains a link to the PDF, which would need to be hosted somewhere the reader could access in their browser. An alternative to this approach would be to construct a server-side form that lets a validated user (sales rep?) select some files and send them to their customer. The email would need to be composed and sent from the server, and a quick Google search reveals whole pile of PHP examples of how to send email from a web form.
    Frankly, for your use case of sales enablement, I believe that a server-side system is the better choice, because it would provide you with a way to manage that content outside of DPS, so you can update it without having to republish your .folios.
    Thanks,
    James

  • Sending email from Lr4 with Thunderbird

    Can anyone provide some help for  sending email from Lr4 with Thunderbird as the email program. When I select a photo and right-click Email Photo... I get the email photo dialog box with Mozilla Thunderbird in the From drop down. I click Send, and then I get an error message that says "There is no email program associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default Programs control panel."
    Well, it seems as thigh Lr has Thunderbird in the From drop down, it knows an email program exists. Thunderbird is set as the default. I'm not sure what associations I am supposed to make (.eml and .wdseml are the default extensions, MAILTO is the default protocol, and Send mail is the default MAPI).
    Ay clues or hints?

    My default mail program is Thunderbird, and it works OK with Lightroom. If you are on a Windows 7 PC, go to Control Panel and check this out.
    Hope it helps.

  • How to send emails from HANA SQL Console

    Hi,
    Please guide how  to send mail from HANA Studio SQL Console.
    Is there any standard procedure in Hana Studio to send Mail( e.g. in MS SQL  "sp_send_dbmail" Procedure)

    Hi Preethi,
    Please go through the attached link:
    How to send emails from HANA
    Regards,
    Krishna

  • How to sending email from Oracle 6i(Forms)

    How can I send email from Oracle Forms(6i).
    I need to send email to a distribution list(multiple email addresses).

    send email of multiple email address
    [email protected],[email protected],[email protected]
    create or replace function mailout
    (sender in varchar2,
    recipient in varchar2,
    ccrecipient in varchar2,
    subject in varchar2,
    message in varchar2) return number
    is
    crlf varchar2(2) := chr(13)||chr(10);
    connection utl_smtp.connection;
    mailhost varchar2(50) := 'Add email server Ip Address here';
    header varchar2(4000);
    v_num number :=1;
    str number:=0;
    email varchar2(50);
    begin
    connection := utl_smtp.open_connection(mailhost,25);
    header := 'Date: '||to_char(sysdate,'dd mon yy hh24:mi:ss')||crlf||
    'From: '||sender||' '||crlf||
    'Subject: '||subject||crlf||
    'To: '||recipient||crlf||
    'Cc: '||ccrecipient||crlf||message;
    utl_smtp.helo(connection,mailhost);
    utl_smtp.mail(connection,sender);
    utl_smtp.rcpt(connection,recipient);
    while (instr(ccrecipient,',',1,v_num)>0) loop
    email:=substr(ccrecipient,str+1,instr(ccrecipient,',',1,v_num)-str-1);
    dbms_output.put_line(email);
    utl_smtp.rcpt(connection,email);
    str:=instr(ccrecipient,',',1,v_num);
    v_num:=v_num+1;
    end loop;
    utl_smtp.open_data(connection);
    -- utl_smtp.write_data(connection,header);
    utl_smtp.write_data(connection,'MIME-Version:1.0'||crlf||'Content-type:text/html'||crlf||header);
    utl_smtp.close_data(connection);
    utl_smtp.quit(connection);
    return 0;
    exception
    when utl_smtp.invalid_operation then
    dbms_output.put_line('Invalid Operation in SMTP transaction');
    return 1;
    when utl_smtp.transient_error then
    dbms_output.put_line('Temporary problem with sending email ');
    return 2;
    when utl_smtp.permanent_error then
    dbms_output.put_line('Permanent problem with sending email ');
    return 3;
    end;

  • I cannot send emails from my bt mail account.

    I am unable to send emails from either my iphone or ipad. I have rebuilt the account on my ipad, i receive emails ok. The account works ok from my laptop.
    I have checked the account settings provided by BT and all appear ok.

    Hey there Chadbos,
    I see that you are having issues with your ability to connect to your email on your iOS devices. Here is an article that will help you address this issue with some basic troubleshooting steps:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-is/ts3899
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • Can't send email from Outlook with parentheses in address

    I can't send email from Outlook 2007 through my WRT400N when Outlook displays the address with parentheses as in this example: Firstname Lastname ([email protected])
    I can send if the address is in this form: Firstname Lastname <[email protected]>
    I have tested with the ISP and nothing gets through the router when the problem occurs. When I bypass the router, both forms of address will send correctly. This problem is perfectly reproducible. My router is brand new, but the problem did not show up for about a week after installation. OS is Win7. Any ideas? Thanks.
    -JimW
    Solved!
    Go to Solution.

    Try to forward the port 443 to 447 on the router.Check this link.

  • Help: how to send emails from FORMS?

    Are there simple steps to send emails from FORMS?
    Thank you in advance.
    Jimmy

    I'm sure there are many ways to send emails from Forms. Personally I never had to do this, but I can imagine following ways.
    a) use UTL_SMTP-Package to send the email via your database
    b) use a Java-Call
    Peter

  • How do I set up an alias email with Mac Mail, so that my alias shows up when I send email from my Mac Mail account?

    I am have an email forwarding service, not an email account, which I want to set up as an alias for Mac Mail so that my email appears in the "from" address when I send messages from Mac Mail. I'm having trouble figuring out what I need to do to set up this configuration. Thanks so much for your help!

    There are a couple of ways of doing this. The easiest is probably to just add the secondary address in the Mail.app -> Preferences -> Accounts field.
    The specifics of which vary a little based on the OS/Mail.app version you're running, but in Yosemite:
    Mail -> Preferences -> Accounts
    Select your iCloud account and change the 'Alias' popup menu from your iCloud address to 'custom'.
    Doing this enables the 'Email Address' field. In this field you can enter the email address you want to appear in your From header.
    If you want to use multiple addresses (e.g. your iCloud address and your other alias), you can enter a comma-separated list of addresses - e.g. '[email protected], [email protected]' and then you'll have a pop-up menu on each new message where you can choose the address to use for each outgoing message. You can also set the default address in Preferences -> Composing -> Send new messages from:

  • How can Send Email From JSP to all Mail server.it gives error

    I try this code in netbean 5.But it will give the Error.
    The code:
    <%@page import="java.util.*"%>
    <%@page import="javax.mail.*"%>
    <%@page import="javax.mail.internet.*"%>
    <%
    Properties props = System.getProperties();
    props.put("mail.smtp.host", "smtp.gmail.com" );
    props.put("mail.smtp.port", "465" );
    Session s = Session.getInstance(props, null);
    MimeMessage message = new MimeMessage(s);
    String From = request.getParameter("sender");
    InternetAddress from = new InternetAddress(From);
    message.setFrom(from);
    String Tos = request.getParameter("reciever");
    InternetAddress to = new InternetAddress(Tos);
    message.addRecipient(Message.RecipientType.TO, to);
    String sub =request.getParameter("subject");
    message.setSubject(sub);
    String mgs =request.getParameter("message");
    message.setText(mgs);
    Transport.send(message);
    %>
    <html>
    <p align="center">
    A Message has been sent. <br>
    Check your inbox.
    </p>
    <p align="center">
    Click here to send another!
    </p>
    </html>
    Error is :
    javax.servlet.ServletException: Could not connect to SMTP host: smtp.gmail.com, port: 465
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
         org.apache.jsp.MailBeema_jsp._jspService(MailBeema_jsp.java:88)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
    root cause
    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
         java.net.ConnectException: Connection timed out: connect
         com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
         com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
         javax.mail.Service.connect(Service.java:275)
         javax.mail.Service.connect(Service.java:156)
         javax.mail.Service.connect(Service.java:105)
         javax.mail.Transport.send0(Transport.java:168)
         javax.mail.Transport.send(Transport.java:98)
         org.apache.jsp.MailBeema_jsp._jspService(MailBeema_jsp.java:68)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)

    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.ConnectException: Connection timed out: connectFairly self-explaining, isn't it? That host cannot be connected.
    Either check the correctness of the hostname/port, or check your network settings (firewall, router, etc).

  • Can receive but not send email from my domain mail account. Also have two mailboxes with the same name. One has an exclamation mark at the end. I'm unable to delete this mailbox.

    Mailbox duplicated with exclamation mark

    cape wrote:
    Setting up a Gmail account with Leopard Mail is trivial... (as long as you don't want to use IMAP, then it's a bit more involved).
    Why would you not want to run IMAP? Setting up Google IMAP with Mail (http://mail.google.com/support/bin/answer.py?answer=77663&topic=12761) or any other program (http://mail.google.com/support/bin/topic.py?topic=12760) is anything but trivial.

  • Cannot send email from iPad2 with Shaw

    Hi there,
    I have issues that I cannot seem to resolve:
    I can receive from my shaw account but it sends all outgoing to the Outbox - I've double, triple cheked all incoming and outgoing servers - I even sat with my iPad next to my iMac to make sure everything matched.
    it says  The sender address "myemailadrees.com" was rejected by the server. even though I recive ok.
    Help please??

    I too have spend countless hours trying to get my iPad 2 to work with my Shaw email.  I FINALLY got it to work this morning after about 3 months of trying different "solutions".  Here is how I set my POP email account:
    Incoming mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: my shaw email address without the @shaw.ca
    Password: my Shaw email password
    Outgoing mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: leave blank
    Password: leave blank
    Use SSL: off
    Server port: 25
    This has worked so far for me, so hopefully it will work for others as well.  It seems like there is an lot of people on these forums going through the same frustrations.  I was able to set both mine and my wife's email accounts on my iPad.

Maybe you are looking for

  • What does "status code error" mean when trying to sign into the APP Store?

    APP Store When trying to install a free APP (Duplicate Cleaner for iPhoto) I receive this error message "Status Code Error" and it does not let me proceed. What does this mean? and How can I proceed?

  • CM not starting up after clone.

    Our Production Environment: Node 1: AppsTier Node 2: DBTier Version: 11.5.10.2 DB Viersion: 11gR2 This is an upgraded instance from 11.5.10 and DB from 9.2.0.5 to 11.5.10.2 with DB 11gR2. While doing the clone from Mulitnode to Single node the CM is

  • Adding *67 to all outbound calls NOT in my contacts?

    Sorry if this is a redundant question, I could not find an answer on a search...is there any way to either block caller ID, or automatically insert a *67 when calling numbers NOT in my contacts? Thanks.

  • How to incorporate the quantity formula in work centre

    I have to incorporate the quantity in work center. if i m using a formula of operation quantity but it is giving me the error that u can only use the formula which has been defined as origin 2. can any one guide me how to incorporate the quantity for

  • Need help restoring HDTC610XK3B1 usb drive to original factory condition

    A program on my computer, unknown to me, reformatted my drive. I lost all of my personal files thanks to this, and using a recovery program, Recuva to be exact, did nothing for me. I do not know any other options that wont cost  me anything, so I am