Javascript error when send email using webmail

Dear Sun,
One of our user encounter javascript error when try sending email using webmail below is the error message:
" +https://webmail.ubd.edu.bn/uwc/webmail/comp_fs_lr.html&rev=3&security=false&lang=en&popupLevel=undefined&cal=1&charset=escaped_unicode, Line 1755+
+Permission denied+
"

Hi Shane,
below is the answer you need
What browser is the user using?
=> Firefox and IE
What browsers have you tested where it doesn't occur?
=>I tested all the browser (firefox,IE, chrome) it doesn't happen to me
When did this problem first start?
=>After the user finish compiled his message and click send
What is the exact version of UWC you are running (./showrev -p | grep uwc)
=>Patch: 122793-26 Obsoletes: 118540-43, 117287-99, 117819-13, 119156-07 Requires: Incompatibles: 118042-22, 126233-04 Packages: SUNWuwc
Patch: 122793-29 Obsoletes: 118540-43, 117287-99, 117819-13, 119156-07 Requires: Incompatibles: 118042-22, 126233-04 Packages: SUNWuwc
Patch: 122793-31 Obsoletes: 118540-43, 117287-99, 117819-13, 119156-07 Requires: Incompatibles: 118042-22, 126233-04 Packages: SUNWuwc
Does this error occur all the time? Does it occur for every user, or some users or just one user?
=> Not all the time, so far i just receive one complaint .

Similar Messages

  • PDF file error when sending email using adobe reader

    We have this error when we send the PDF File through the Adobe reader application
    I set the default email as outlook, and outlook is working.
    Can someone help me on this issue please?
    User is using Adobe reader XI
    Thanks.

    Sorry you never received a reply on your original post.
    I am assuming that you are on Windows.  What is your Reader XI version?  What is your Outlook version?
    Just to make 100% sure, this is your setting in Adobe Reader:

  • Runtime error when sending email from PCUI

    Hi,
    When sending email from an activity in PCUI, I get runtime error, Line 2201, error, 'Object Expected'.
    Any idea?
    Thanks,
    AR

    Hi AR,
    This appears to be a javascript error. Could you give some more details about this error.
    Regards,
    Hemanth

  • Error while sending email using TemplateEmailSender in CSC server

    Hi,
    We are trying to send email using TemplateEmailSender from CSC server. But it is giving Null Pointer Exception in ProfiledMessageSource like below. The same code is working fine in commerce instance but it is failing in CSC instance. We are using ATG2007.1p3
    Any pointers would be helpful.
    Below is the error.
    Error while sending email
    java.lang.NullPointerException
            at atg.userprofiling.dms.ProfiledMessageSource.isConfiguredForProfileSubject(ProfiledMessageSource.java:196)
            at atg.userprofiling.dms.DPSMessageSource.fireEndSessionMessage(DPSMessageSource.java:864)
            at atg.userprofiling.dms.DPSMessageSource.fireEndSessionMessage(DPSMessageSource.java:848)
            at atg.userprofiling.SessionEventTrigger.nameContextElementPreUnbound(SessionEventTrigger.java:553)
            at atg.nucleus.GenericContext.sendPreUnboundEvent(GenericContext.java:200)
            at atg.nucleus.GenericContext.preNotifyRemovedObject(GenericContext.java:528)
            at atg.nucleus.GenericContext.removeElement(GenericContext.java:566)
            at atg.servlet.SessionNameContext.unbindFromNameContext(SessionNameContext.java:557)
            at atg.servlet.SessionNameContext.stopSession(SessionNameContext.java:534)
            at atg.servlet.SessionNameContext.decrementWrapperCount(SessionNameContext.java:242)
            at atg.servlet.SessionBindingReporter.valueUnbound(SessionBindingReporter.java:206)
            at org.apache.catalina.session.StandardSession.removeAttributeInternal(StandardSession.java:1625)
            at org.apache.catalina.session.StandardSession.expire(StandardSession.java:749)
            at org.apache.catalina.session.StandardSession.expire(StandardSession.java:655)
            at org.apache.catalina.session.StandardSession.invalidate(StandardSession.java:1100)
            at org.apache.catalina.session.StandardSessionFacade.invalidate(StandardSessionFacade.java:150)
            at atg.userprofiling.email.TemplateInvoker$TemplateSession.endSession(TemplateInvoker.java:935)
            at atg.userprofiling.email.TemplateEmailSender.createMessage(TemplateEmailSender.java:2387)

    Thanks for the reply.
    My issue is fixed now. It is JBOSS configuration issue. Sessions are not maintained properly that's why we are getting NULL profile in the session. Our application has multiple WARs so we fixed it by setting emptySessionPath to TRUE. If emptySessionPath attribute in server.xml is false, then each WAR will have its own jsessionid cookie.
    I did not touch ProfiledMessageSource as its required for session triggering.

  • Error when sending email from a web application that runs on GlassFish

    Hello all, I hope some can give me some hints on how to fix this problem.
    I have a web application built in Java that runs on GlassFish v3.
    The application uses a mail plugin that makes use of mail.jar
    Whenever I try to use the plugin to send an email out I get an error.
    The application is programmed to send emails from a gmail account, and I believe there is a problem with the SSL version that Googlemail is expecting.
    By the way, everything works fine if I run the web app on other servers like Jetty or Apache.
    The stacktrace I get from the log when the error occurs is as follows:
    INFO: 2009-05-08 19:48:57,500 [httpWorkerThread-8080-0] ERROR errors.GrailsExceptionResolver - org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:337)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:883)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:732)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:554)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:485)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:377)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
    at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:460)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
    at com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
    at com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
    at com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
    at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
    at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
    at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
    Any help would be really appreciated... honestly I'm pretty stuck.
    Alex

    Hi Alex,
    Since I had a Gmail test servlet kicking around, I ran it on the latest V3 nightly build.
    On the first run, I encountered the following nested exceptions:
    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465
    --> java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
        --> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
            --> java.security.UnrecoverableKeyException: Password must not be nullThe UnrecoverableKeyException is a manifestation of [https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938|https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938]
    I worked around this by adding the following JVM config options to domain.xml
    <jvm-options>-Djavax.net.ssl.keyStorePassword=changeit</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStorePassword=changeit</jvm-options> (Note: the default master password is "changeit")
    These lines are placed in /domain/configs/config/java-config of domain.xml for the particular server config you're using. There's only one server config in the default domain.xml shipped with V3. Then restart the server.
    I retested the code on both port 465 and 587, with and without the above config changes. Without the change, they both fail the same way, and with the change, they both work. Let me know if this helps.
    -Peter

  • ERROR WHEN SENDING EMAIL (REPORTS)

    Hi all,
    Sorry to write about Reports here, but the Reports Forum is slow today, nobody answers the questions... if anyone here could help me i would thank a lot.
    I am trying to send the report by email, i already modified the file rwbuider.config, but i am getting the following error:
    REP-0069: Internal Error.
    REP-57054: In-Process job terminated: Executed successfully but there were some errors when distribute the output.
    REP-50159: Executed successfully but there were some errors when distribute the output.
    I am using Reports 10g.
    Any help??

    hii avinash,
    Please check that the IP Address of your SAP system is populated on the Relay Agent of your SMTP Server
    Check also in transaction SMICM, if SMTP is activated.
    regards,
    Shweta
    Edited by: Shweta Joon on Aug 24, 2009 10:09 AM

  • ACL error when sending email from Oracle 11g

    Hi,
    It returned something like "error...ACL security" when I tried to send email from Oracle 11g. Is there any security thing that I need to release in Oracle 11g? I used to send emails from Oracle 10g and didn't find any problem.
    Thanks.
    Andy

    In Database 11g Oracle introduced Network Access Control Lists (ACLs) to protect the database from users using the many internet-capable packages such as UTL_INADDR, UTL_HTTP, UTL_TCP, etc.
    Read all about it in the docs and look at the code demos here:
    http://www.morganslibrary.org/library.html
    under DBMS_NETWORK_ACL_...

  • SMPT server does not recognized when send email use POP3

    I can not send email from outlook on Mac Pro - I use the same server for incoming and out going, incoming email well receive but not outgoing and one can help ?
    it notice show as bellow
    Error - Through this server
    Can not send email. The SMTP server does not recognize any of the authentication methods supported by outlook. Try change your SMTP.... I use the same server for incoming and out going, incoming email well receive but not outgoing and one can help ?

    The problem is probably the wrong host name. If you have an MSN account the outgoing server may be different than it is for Hotmail. If you log in to your web mail account and go to the Support page you should be able to find instructions to set up POP3 mail. In those instructions should be the host name, port, and any other settings you need.
    Usually you just enter the first part of your email address as the user name, but you should be able to confirm this in the POP3 setup instructions. If the user name alone doesn't work then try the full email address. Also, if you have a login name to MSN that is different from your email address you can try that also.
    Regarding the "<hostname>:25" entry, many people have found that email sends faster if you specify the port number; if you don't, the iPhone tries all possible ports which can take several minutes. This isn't your problem, but it is good practice to specify the port number. In versions before 1.1.1 the only way to do this was to put the port number after the host name, separated by a colon. In 1.1.1 there is a separate field for in in the Advanced settings.
    It would be helpful to know the error message you are getting when you try to send. That will determine whether the iPhone is not finding the server, or is finding it but the send is being rejected by the server.
    Keep at it; there is a way to get it to work.

  • Versamail error when sending email

    i have a palm t/x.  versamail works great receiving mail but when i try to send a new email or reply i get an "error 554 relay access denied".  my account is set up as an imap.  anyone have suggestions to a solution?  thanks all
    Post relates to: Palm TX

    pdadude, are you using Sprint's SMTP server? They do block a lot of outgoing servers so it's easier sometimes to just use theirs. One way to test is to sign up for a free gmail account and turn on POP or IMAP then configure that in VersaMail. See if you can send then.
     Outgoing mail server issuesDoes your Internet service provider (ISP) prevent you from sending emails because they do not recognize your Internet location (via your smartphone)?
    Your smartphone may be connected to an IP address that your ISP's email server does not recognize. The server may refuse to send your emails unless you authenticate yourself; it thinks you may be a SPAMmer.
    Simple solution: use another SMTP server furnished by your mobile service provider expressly for this purpose. With the exception of AT&T, all mobile service providers offer an SMTP server to get around problems with sending email. Plug in the new SMTP server name, a username and password and off you go.
    Contact your mobile service provider, and find out if you can use their SMTP server to send SMTP emails (we provide the details for all the common mobile service providers below to save you the call).
    Note: Keep your email service provider's server as the Incoming (POP) server; there is no need o change this.
    Does your mobile service provider prevent you from sending emails from a different server?
    Many mobile service providers do not allow users to send email from a connection other than their own (the mobile service provider's, that is). Contact your mobile service provider, and find out if you can use their connection to send SMTP emails. If you can, enter this information as the incoming server; keep your email service provider's server as the outgoing server. See the chart below.
    Does your mail server require SMTP authentication?
    Your email service provider may require a username and password to be entered when you send email. This helps ensure security and reduce spam. See the chart below.
    Here's how to add your outgoing username and password:
    In VersaMail, open the Menus.
    From the Accounts menu, select Account Setup.
    Highlight the email account you want to check,then select Edit.
    Depending on your version of VersaMail, you may have to select the Next button several times to get to the Advanced settings.
    When you see an option for ESMTP (may appear as "Use authentication (ESMTP)" or "My server requires authentication (ESMTP)"), check the box next to this option.
    Enter the outgoing username and password for ESMTP. See the chart below for this information.
    SMTP servers, usernames and passwords
    (find your carrier below) AT&TThe information below is based on former Cingular Wireless* settings, which may have changed. For the latest information, contact AT&T.
    With legacy AT&T Wireless accounts, you may have had two email accounts. One contained your former AT&T Wireless mMode username ([email protected]), and the other contained your phone number ([email protected]). If you don't already have an mMode username, contact AT&T for more information.
    Former AT&T Wireless accounts could not send emails from third-party email accounts; you needed your mMode email address to send mail. Under former AT&T Wireless settings, you would still be able to receive emails from an unrelated POP3 account, but any outgoing mails must be sent from your mMode email address. Contact AT&T for updates.
    Outgoing (SMTP) Server: cwmx.com
    User name: (none)
    Password: (none)
    *AT&T provides service for former Cingular Wireless accounts.Rogers Wireless For Rogers Wireless, you do not need to enter a user name or password, but you do need to enter the SMTP server info.
    SMTP Server: smtp.rogerswirelessdata.com
    User name: None
    Password: None
    Sprint PCS Before setting up your email account, you'll need to set your PCS Vision Email password. If you haven't already done this, go to MyPCS on the Sprint PCS website and login. Select "My Personal Information." Under "Passwords," to the right of PCS Vision User Name, select "Modify." You'll see your Sprint PCS email address; remember this address. Go back to My Personal Information. Under PCS Vision User Name, to the right of PCS Vision Password, select "Modify." Create a new password. Note: When you do this, your PCS Vision password will be reset on your smartphone. Make sure you're in an area of coverage.
    SMTP Server: smtp.sprintpcs.com
    User name: Your PCS Vision Email username (the part before the "@" in your email address)
    Password: Your PCS Vision Email password
    T-Mobile You may not need to enter an SMTP username and password. However, if you're having problems sending, you may need to contact T-Mobile and register your POP server and password. You'll be issued an SMTP username and password for sending emails on T-Mobile's SMTP server. While you're at the T-Mobile website, turn off the Alerts option, or you'll receive SMS messages containing the text of received emails.
    SMTP Server: myemail.t-mobile.com
    User name: None, or T-Mobile SMTP username (above)
    Password: None, or T-Mobile SMTP password (above)
    Verizon Wireless
    SMTP Server: smtp.vzwmail.net
    User name: [10-digit phone number]@vzwmail.net ([email protected])
    Password:Your www.vtext.com password
    Security note: If you are uncomfortable using the SMTP server of your mobile service provider, you can also setup VersaMail's SMTP authentication settings so that VersaMail will pass an SMTP username and password to your existing server to meets its security requirements. See the VersaMail portions of your user guide for more details on the options available. Please consult your ISP for the settings required for their particular SMTP server. Some ISPs and DSL providers use restricted IP-ranges for authentication so that it is never possible to authenticate to your current SMTP server when connected via your wireless account. In that case, you have no option but to use the mobile service provider's Outgoing (SMTP) server.
    Post relates to: None
    Post relates to: None

  • ERROR WHEN SENDING EMAIL

    Hi all,
    I am trying to send the report by email, i already modified the file rwbuider.config, but i am getting the following error:
    REP-0069: Internal Error.
    REP-57054: In-Process job terminated: Executed successfully but there were some errors when distribute the output.
    REP-50159: Executed successfully but there were some errors when distribute the output.
    I am using Reports 10g
    Any help??

    Hello,
    The best way to "diagnose" this error is to activate the trace :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_tune.htm#i1006821
    The trace file will contain more details about the error .
    Regards

  • Kern-Exec Error when sending emails from 9500

    Hi There
    My first post so hopefully someone may be able to help and I'll try to help others if I can.
    Just recently I have been unbale to send emails from my Nokia 9500. I don't think I've been doing anything differently but I keep getting KERN-EXEC error reason No 3, when I try to send email messages. Strange that I'm able to receive messages ok though.
    I looked at some of the other posts and followed mobile manic's advice for other KERN-EXEC errors. I backed up the phone contents to the PC, restored the phone to default settings and then re-loaded all the backed up stuff.
    Sadly, I still get the KERN-EXEC error message when I try to send emails. It seems to conect to GPRS ok but then the message just sits in the Outbox waiting to go but never does. So when I close the program (after leaving it for a few mins) that's when I get the KERN-EXEC error message.
    Any help greatly appreciated.
    Cheers
    Sparky007

    Hi there Sparky!
    I don't suppose you tried to send an email before you restored the backup did you? Sometimes backups can back up the problem as well which is a bit annoying.
    If you can send an email ok before restoring the backup then the problem must be embedded in the backup... otherwise the only thing I could suggest is contacting a Nokia engineer to get them to have a look at it.
    Not sure what else to suggest... good luck though and let us know how you get on.

  • Workflow Error When Sending Email

    Hi,
    I'm having a problem troubleshooting a SPD2010 workflow which checks a number of conditions using if/elseif statements.  Unfortunately, the workflow generates an error, and the log isn't much help.  Based on the workflow setting certain field values,
    I believe it is an 'email' line that is causing the error.  The format/syntax looks correct, and I'm at a loss. Does anyone have some troubleshooting suggestions?
    Thanks,
    Darren

    You must tell us some more details about the error. What is the error that you are getting on the workflow? Are there any errors in the logs? Are you able to send email notifications just by 1 action in the workflow? Are the alerts working on the site?
    It would helpfull in providing guidance.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Gettin a MAPI error when sending emails from another program

    Using Thunderbird, I used to ne able to send emails from MYOB.
    Since an update of Thunderbird on one particular machine, it no longer works. It comes up with a MAPI error. All the other computers in the network send from MYOB with no problem.
    Could someone please assist as the computer that wont send is the invoicing computer!

    Do I assume the windows XP the forum detected is or is not the operating system.
    What operating system, 32 or 64 bit?

  • E-Mail authentication error when sending emails.  Droid X

    Problem:  On one email account I was unable to send e-mail messages.
    Desciption:  Get an authentication error after sending attempts
    Cause:  Unable to access the advanced setting menu for outgoing server
    Reason:  System software version 2.3.340.MB810 does not have the advanced menus.
    Solution: Update Droid X software to version 4.5.596.en.us
    Procedure:
    1.  Go to Settings icon
    2.  Select About Phone (last choice)
    3.  Select System Updates
    4.  Update the software - takes quite a while to download.
    5.  Install software when prompted.
    6.  Go to My Accounts
    7.  Select the problematic E-mail account
    8.  Go to Outgoing Sever
    9.  Go to advance settings   (NEW)
    10.  Select the correct authentication settting per your ISP instructions for the outgoing server.
    PROBLEM SOLVED!

    good post

  • Error -49 when sending emailer using SBOMailer

    The SMTP server is a Lotus Notes server that does not require authentication, but the event viewer gives the error -49.
    What can be?
    Thanks

    Hi,
    That may be more than one reason,so i suggest you to check these notes:[782611|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000782611],[693007|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000693007],[693306|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000693306]
    NB:Need valid s-user id for portal access

Maybe you are looking for

  • Purchase order triggering Sales order

    I have a business scenario where the sales process happens between two internal companies.  Company 'A' (ordering company) creates PO on Company 'B' (Supplying company).  Company B inturn creates the Sales order, delivery, ships and bills to Company

  • Why can't I post a new topic in the Leopard discussions.

    The option is available in other Apple discussions, but for some reason it's not an option for me in the Leopard area. I just want to ask a simple question about why Firefox is now launching every time I restart my computer, but don't want to do so i

  • PB stuck on grey screen

    I can't get my PB to start up. I press the power button and it goes all the way to the grey screen with the apple on it. That's as far as it will go. I've tried resetting the PRAM, I've tried booting up from the install disc, I've tried just about ev

  • Conditional csv file upload

    I would like to upload a csv file conditionally - so only if it is a file with the extension .csv. How can I put the regular expression validation into HTMLDB or, more exactly, in the File Browse text field?? Thank you for any assistance! Tom

  • Locally edit an event received from a subscription

    I publish an iCal feed (so I have complete control over the feed properties) and while iCal imports it just fine, I am not allowed to locally edit the event details. It appears to be a read-only affair. I am not referring to having local edits be pus