Can I use JavaMail without Mailing Server??

Dear All,
My name is Jonathan Wong, a final year student.
I am going to develop an internet application for my final year project that contains a part to sent e-mails by using JavaMail.
Can I use JavaMail without setting up any Mail Server?? If no, can I use the ISP one?? Also, how can I retreive the mailing list from database to JavaMail?? Please advise.
Thanks in advance.
Best Wishes
Jonathan

You dont neend to set up a Mail server , You just have to connect to the desired mail server to send and retreive mails............. You should read the Javamail Api , you will find all the classes and required methods there ,, to retreive and send emails........

Similar Messages

  • Services that need mail server - Use an outside mail server

    Hello,
    I have a mail server somewhere on the internet, and outside my localnetwork.
    Our OSX local server serves few services : DNS (for local dns name) OD, Ical, Ichat, Afp, Mobile access, vpn
    Do they services use mail server locally ?
    Do I need to setup a mail server localy or can I use my outside mail server ?
    If needed
    If I just set on every OD users, a mail as [email protected] and if my internet mail servers has an account for them, how can I define for these users the smtp/pop accounts to allow them to send mail through my net mail server ?
    Do I have to setup a local mail server and accept in my internet mmail server this local mail server to relay mail in ?
    In fact, what I'd like is to keep this internet mail servers, and set all my OD users using this mail server.
    Thanks for your help, and sorry for my poor English. Hope you undurstood

    I don't think you need mail services running to use any of those services. I can't speak for mobile access because I don't use that service. I think iCal and iChat need an email address for each user. You can set that in the info tab for each user in workgroup manager.

  • HT4864 Can you use Windows Live Mail to send/recieve iCloud email and share contacts or can I just use iCloud email on my PC without use Live Mail?

    Can you use Windows Live Mail to send/recieve iCloud email and share contacts or can I just use iCloud email on my PC without use Live Mail? I want to use one email adress, one contact list and one calendar. I want to be able to have access to all this on my iphone and pc.

    You can only use Mail, contacts and calendars will not work, for that you need Outlook.

  • Please,how can I use javamail to implementing draft box on webmail

    please,how can I use javamail to implementing draft box on webmail

    I already can send and receive EMail ��create
    subfolder with javamail in imap server.but I don't
    know how implement draft mailbox with webmail .
    please expert help me . thanksyou can only create subfolders in a imap mail server ,and you can use folder class included in javamail api to access,create,modify and delete subfolders.You also can create subfolders under a subfolder as you want.
    the simple example is:
    //first create mail session
    mailSession=...
    // second create mail store
    mailStore=...
    //third get root folder
    IMAPFolder rootFolder = (IMAPFolder)mailStore.getFolder("INBOX");
    if ((rootFolder==null)||(!rootFolder.exists())) return false;
    //finally create a subfolder "outbox" under root folder "inbox"
    IMAPFolder tmpOutFolder = (IMAPFolder)rootFolder.getFolder("OUTBOX");
    if (tmpOutFolder==null) return false;
    //if the target folder not exist just create it
    //note:when you create a subfolder you can assign its attribute.Details,please read the javamail document.
    if(!tmpOutFolder.exists()) tmpOutFolder.create(Folder.HOLDS_MESSAGES);

  • How can i use RemoteObject without mxml?

      hi:
       in my flex project , i use blazeds + puremvc , so i want to put my business code in actionscript as proxy to communicate with java code, the proxy code like :
    public function requestServer(page:PageInfo):void{
       userServiceRM = new RemoteObject();
       userServiceRM.destination="userService";
       userServiceRM.getsimpleList();
       var pageResult :Object= userServiceRM.getsimpleList.lastResult;
       sendNotification(UserStartupCommond.USERLIST_GOT,pageResult );
    but i have a problem that pageResult is a  null value .(the Configuring and the server side have no problem .)
    how can i use RemoteObject without mxml?
     thanks.

    Hi. Remote object calls are asynchronous so you can't access the result immediately after making the call. You need to wait until the server returns the result. There are a couple ways to set this up. Probably the easiest thing to do is to add an event listener that will be called when the result comes back from the server. Here is what that would look like.
    public function requestServer(page:PageInfo):void {
    userServiceRM = new RemoteObject();
    userServiceRM.destination="userService";
    userServiceRM.addEventListener("result", resultHandler);
    userServiceRM.addEventListener("fault", faultHandler);
    userServiceRM.getsimpleList();
    public function resultHandler(event:ResultEvent) {
    var pageResult :Object= userServiceRM.getsimpleList.lastResult;
    sendNotification(UserStartupCommond.USERLIST_GOT,pageResult);
    public function faultHandler(event:FaultEvent) {
    //handle remote object fault
    Look at the RPC Components section of the BlazeDS Developers guide for more information about using the RPC components. Hope that helps.
    -Alex

  • URGENT! PLS HELP... using JAMES as mail server

    hi, first of all... happy new year to everyone...
    i am currently developing a web based application and one of the component in the system is using JAMES as mail server. I am done some modification in config.xml in JAMES, now the problem is i can only send internal mails instead of external one, such as hotmail and yahoo.
    The error occurs as below:-
    RemoteDelivery: Exception delivering message (Mail1041375079561-0-!448616653-to-hotmail.com) - Could not connect to SMTP host: hotmail.com, port: 25
    How can i send mails to hotmail and yahoo users or any other external mail?
    Can anyone pls help me to solve this problem?
    Thanks in advance.

    sounds like a network problem rather than a JAMES problem. Have you confirmed that you can ping the hotmail mail server, and then that you can "telnet" in to it on port 25?
    If you have a windows machine handy, you can find out the IP address of hotmail's primary mail server by using nslookup:
    C:\>nslookup
    set type=MX
    hotmail.comIf you don't get anything from this, it would indicate a DNS problem. Once you have the IP address, try to telnet to it on port 25:
    C:\>telnet 65.54.254.129 25
    Here's what I got...
    220 mc1-f3.law16.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.5600 ready at Wed, 1 Jan 2003 21:19:03 -0800
    If you aren't able to connect, it's probably either a firewall at your end blocking outbound TCP traffic on port 25 (or possibly all ports), or a DNS issue, or some sort of routing issue with your ISP

  • Can I use an outgoing SMTP server (other than .me)

    Can I set up my Mail account to use an out going SMTP server other than .me? I want to use my .me (iCloud) account for incoming mail but want another server for my out going mail. (The reason is a need to keep an existing From: address rather than be required to use "[email protected]".)

    I think some networks restrict what smtp people use, I know that is true for my school. I think the answer this person is looking for is how is a quick way to choose the smtp. I think if the orinial poster selects new message, there is a littel black down arrow to the left of the subject line. If you press this down arrow and select customize, you could put a check box in the outgoing smtp field. Then you can select your out going mail server. But as for chaning your incoming mail server for all incoming email... well no... you can not determine what incoming email server you use for each account.
    @rpeskin The Apple Mail program, does a good job or seperating email accounts. Look for a "show" button on the top menu (somewhere under the red close dot.)
    rpeskinwrote:
    Mar 2, 2012 5:15 PM 
    Can I set up my Mail account to use an out going SMTP server other than .me? I want to use my .me (iCloud) account for incoming mail but want another server for my out going mail. (The reason is a need to keep an existing From: address rather than be required to use "[email protected]".)
    or you can change your default email in the mail preferences.
    Message was edited by: Carlo TD

  • How can I find out the mail server from email address?

    Hi:
    How can I find out the mail server from email address?
    for example: If I know the email address is [email protected],
    how to find the pop3 and smtp mail server?
    THANK YOU

    You can't tell by the email address since you can pretty much put whatever you want in there (especially if the SMTP server is not filtering anything).
    The header may be able to tell you something. There is a Received header value which looks like it has the routing information although I am not sure if this is a complete trace or just the last hop the message took.
    Sean

  • We use the Apple mail server to get e-mails from our gmail and comcast mail accounts. Recently we have been getting spam that claims to be sent to a gmail address, but when I check that address directly, there is no such e-mail. ???

    We use the Apple mail server to get e-mails from our gmail and comcast mail accounts. Recently we have been getting spam that claims to be sent to a gmail address, but when I check that address directly, there is no such e-mail, either in the inbox or in the spam folder. Is it possible to bypass the gmail account and send directly to the Apple mail server, spoofing the gmail address?

    Maybe some info here for you about spoofing. (and much additional info)
    http://www.thesafemac.com
    Hope this helps

  • Can i use store without payment cards?

    can i use store without payment cards?

    You can buy an iTunes gift card in most supermarkets.  Just register it in iTunes and you are good to go.

  • Is it manitory to have an airport antenna or can you use it without the antenna (powermac g5 dual processor 10.4.11)

    Is it manitory to have an airport antenna or can you use it without the antenna (powermac g5 dual processor 10.4.11)

    On the PowerMac G4 I had it had to be connected, but not sure about the model you have.  My guess would be yes due to shielding in the case, but would rather wait and hear from someone else.

  • Education or companies using Apple's mail server

    I am thinking of using the mail services in OS X Snow Leopard Server.
    I would like to know how many server admins lurking here are using Apple's mail server in a production environment?

    if you're already using cyrus and squirrelmail, then you may not see much difference using the mail services built into os x server.
    the only thing specifically "apple" about it is the gui for configuring the service (server admin), but if you want to do any serious configuration, you're going to use the command line anyway.
    it's all postfix, dovecot, greylisting, spamassassin, clamAV, and squirrelmail under the hood.
    you should read the docs here before making any decisions: http://images.apple.com/server/macosx/docs/MailService_Adminv10.6.pdf

  • Can you use appltv without an iphone or ipad?

    can you use appltv without an iphone or ipad?
    can you use appltv without an iphone or ipad?
    can the apple tv be used if I do not own another apple prouct?

    The Apple Tv is a stand alone device. It does not require an iPhone, iPad or other Apple Product.
    An Apple Tv is simply plugged into an HD Tv via an HDMi cable, and has a control remote to select the options form its onscreen menu.
    https://www.apple.com/appletv/

  • Can i use keypad without cutting out speaker?

    When I need to use the keypad to input numbers while I'm in a call, the speaker cuts out. Sometimes it takes a few seconds for the sound to return, so I lose the answer, usually from an automated system. Other iPhone users say this should not happen. Any way I can fix this, or is the phone broken?

    SASPro wrote:
    Can I use MainStage without owning Logic?
    If you buy it from the AppStore, YES
    SASPro wrote:
    For a $29 download, does MainStage also come with all the content (sounds, etc.) for its built-in instruments, or is it assuming you already have those b/c you presumably own Logic?
    All the instrument and FX plugs are included, and a (massive) additional free download within the Mainstage application will get you all the extra content.
    SASPro wrote:
    This question may need its own separate thread, but: Ideally, my keyboard setups for a "concert" may need as many as five VSTs per song
    Caution: Logic/Mainstage will only work with Audio Unit (AU) plugins, NOT VST. Most 3rd party plugs are available as AU plugs, but you need to make sure you have installed them.
    SASPro wrote:
    Has anyone tested this more-complex and memory-taxing sort of a setup out in a live situation?
    Yes, and memory/CPU issues not withstanding, Mainstage generally works extremely well for this.
    CCT

  • Can I use indesign without being online

    can I use indesign without being online.

    Creative Cloud aplications are installed on and run from your computer. You must have an internet connection to activate, and CC will "phone home" periodically to verify that your subscription is valid, but otherwise no network connecton is required. If CC is unable to make a connection to verify subscription status you should still have 30 days grace period to work.
    As far as the file being too large, I'm not a Publisher user so I don't know haow it handles images, but the correct method in InDesign would be to Place the images which creates a link to the original of only a few bytes in the file, and it would not be unusual to have a document with hundreds of pages and hundreds of linked photos.

Maybe you are looking for

  • Fixed size regions in Apex 4.0

    It is possible to create a fixed size regiion - that is only using half of the screen height to have a report (and having a bar to on the right to move up/down) ? I'm going to use it for a 2+ master-detail report. regards Mette

  • One Step DVD

    I am new to using this program. I followed the instructions and copied the movie from camera to computer for one step DVD. The computer burned the disc and it then played only part of the movie and with three repeats. It either did not copy all of th

  • Where clause in Detail VO - Jdev 10.1.3.2

    Hi.. I have two VO and one VL join them. I need to set where clause in Detail view but when I load the page no one record from detail vo shows up. Master VO - companyView companyId, companyName Detail VO - EmployeeView EmpId EmpName CompanyId, DeptId

  • After installing USB driver for TEAC AH01 No Internet

    Last night I installed the mac driver of the TEAC AH01 amplifier on my 2012 Mac Pro with Mavericks 10.9.2. After I rebooted, I lost internet connection; I get the "Safari can't open the page NSPOSIXErrorDomain: 1" error. It's the same error users got

  • ORA-01401

    Hi, I am getting an error message "ORA-01401: inserted value too large for column" when I try to execute a query which copies data from a table in one database and puts it in a table in another database. Both the tables have similar descriptions (all