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

Similar Messages

  • 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 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

  • 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.

  • 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 .

  • 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_...

  • 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

  • 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:

  • 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

  • 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?

  • Authentication error when sending email from workflow but list alters email work fine

    I have a list. When a user enables alert on this list then he/she is able to receive email from SharePoint when someone adds a new item or change item.
    But emails sent by SharePoint workflow or Nintex workflow are not being sent. Error is:
    Error 530 5.7.1 Client was not authenticated
    Why emails are not being sent by workflows?
    EDIT
    And by SharePoint workflow, I mean OOB Publishing workflow.

    Hi Frank,
    For solving your issue , you can do as the followings:
    1. Check all the email addresses are valid and they are not blocked by your SMTP admin
    2. Check firewall settings if emails are blocking by any firewall or antivirus
    3. You need to also check SPLog file if anything log there
    4. Also create simple workflow with SharePoint Designer 2013, and give proper email to check whether it is working or not
    Here is a similar article for you to take a look at:
    http://techsuite.wordpress.com/2008/12/08/workflow-history-the-email-message-cannot-be-sent-make-sure-the-outgoing-email-settings-for-the-server-are-configured-properly/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I get "sending failed" error when sending emails on my S5.

    I can receive emails but cannot send.

    Hi jwatkowski!
    Let's see what's causing the problem! When did the issue begin? Which email account are you having trouble with? What is your current zip code? What happens when you try to send an email?
    Thanks,
    AyaniB_VZW
    Follow us on Twitter @VZWSupport

  • Getting an error message when sending emails on my 4s iphone?

    just got my Iphone , but getting an error when sending emails...can anyone help

    What error message are you getting when try to send out emails and what type of email account is it?

Maybe you are looking for

  • Ethernet to USB adaptor no longer being recognized by my mbp

    I have an older macbook pro, which is running mac os x 10.5.8. The ethernet port is broken so I have been using a mac Ethernet to USB cable because there is no wifi at my college. I got the cable to work for a while, then I unplugged it and my comput

  • Is it possible to sort items by kind but always show folders first?

    Hi, In column view, is it possible to sort items by kind but always show folders first? There's a hack explained here: http://www.bece.org/Home/tabid/36/EntryID/5/Default.aspx but by using this hack, in list view, the kind for folders is displayed as

  • Canon 5DIII images cropped in ACR

    Hi, I have an odd situation I can't figure out and thought maybe someone might have a solution I am working on a MacBook Pro running 10.7.4 using CS6 and ACR 7.1. I was shooting video with the 5DIII yesterday and shot a few stills as I was working. I

  • Regarding list

    hi all, i want a jlist with checkbox along with its label. please help thanks daya

  • Cannot get CS5 to re-install

    Hi gurus. I cannot for the life of me get my copy of Photoshop CS5 to re-install on my computer. Worked fine on my old and now dead pc (running Vista). On the new windows 7 (home premium edition) it ran fine for 6 mths or so and then started having i