Help with BC e-mail hosting for Muse site

Having a hard time finding our exactly how to set-up BC e-mail hosting on a Muse site. I see much information but am not sure half the time if they are referring to a muse site or bc site. Seems like everyone treats Muse as the ******* child. I have upgraded from WebBasic and added my domain name. Is there a page that spells out what I should do. I have looked but can't find it.
Thank you very much.

Hi,
Please note under webBasic you cannot host email with BC it'll need to be through an external mail service. 
"What are the limitations of the Business Catalyst websites that come with Creative Cloud?
     You will be limited to 100 MB of storage and 1 extra user (could be your customer). You are not entitled to emails, SMSes or newsletters for this web plan."
Instead you'll need to have an external mail service or if you decide to upgrade to a higher plan is only then will you be able to configure emails with BC. 
Reference: http://forums.adobe.com/docs/DOC-2152
Hope this helps clarify.
-Sidney

Similar Messages

  • How to set up hosting for Muse site?

    How do I set up Business Catalyst hosting for a new site built with Muse. The new site will replace a site currently hosted by yahoo.
    Stephen

    Hi there,
    You should find this article helpful http://www.adobekb.com/upgrading_and_launching.html
    Cheers,
    Mario

  • Help with newsletter PHP Mail script for mySQL / cron job

    I'm just trying to set up a PHP script to send emails as a cron job.
    It pretty much seems to work, but I can't get it to do two parts.
    The first part is to send the emails, and the second is to send a notification email to the site owner confirming that the emails have been sent.
    The script looks like:
    <?php
    include_once "connect_to_mysql.php";
    $sql = mysql_query("SELECT UserID, Firstname, Email, Newsletter_Received FROM Users WHERE Firstname='test' LIMIT 20");
    $numRows = mysql_num_rows($sql);
    $mail_body = '';
    while($row = mysql_fetch_array($sql)){
      $id = $row["UserID"];
      $email = $row["Email"];
      $name = $row["Firstname"];
      $mail_body = 'Test - please ignore';
        $subject = "Safari Awards Newsletter";
        $headers  = "From:[email protected]\r\n";
        $headers .= "Content-type: text/html\r\n";
        $to = "$email";
        $mail_result = mail($to, $subject, $mail_body, $headers);
      if ($mail_result) {
      mysql_query("UPDATE Users SET Newsletter_Received='1' WHERE Email='$email' LIMIT 20");
      } else {
    ?>
    <?php
    if ($numRows == 0) {
      $subj = "Newsletter Sent";
      $body = "The current newsletter has been sent to everyone.";
         $hdr  = "From:[email protected]\r\n";
         $hdr .= "Content-type: text/html\r\n";
         mail("[email protected]", $subj, $body, $hdr);
    ?>
    Basically with the line
    include_once "connect_to_mysql.php";
    included, it sends the emails as per the SELECT query, but does not send the 'Newsletter Sent' email.
    But if I take out that line, it obviously doesn't send the emails as per the SELECT query, but it does send the 'Newsletter Sent' email.
    Any suggestions on what might need changing in order for it to do both would be much appreciated!
    Thanks.

    Change this line -
    if ($numRows == 0) {
    to this -
    if ($mail_result) {

  • Helpdesk Agent Needs help with JAVA applet not loading for HTTPS site

    Sorry....I am posting here as I do not know where to start.
    JAVA Console Message. The applet runs via HTTP URL but will not load via HTTPS. Any idea would be much appreciated.
    load: class com.ebreviate.auction.applet.TickerTape.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.TickerTape.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.TickerTape.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.ebreviate.auction.applet.graph.LineGraph.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.graph.LineGraph.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-6" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.graph.LineGraph.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    I am repeating the question that RHM submitted...has anyone found a solution to this issue...Applet com.pogo.client.jvmtest.applet started. I was not having a problem and then out of no where on Sept. 13 my game rooms failed to load and this message started appearing. I have done everything asked of me to clear files both Internet and Java, to uninstall, re-install, etc...nothing works. Does anyone have an answer for a very non technical user?

  • I need to clarify how I can use adobe as a host for my site for free. I see where business catalyst is supposed to be temporary as well as it is recommended to use as the better alternative to launch my muse site. But then I have to use the long

    I need to clarify how I can use adobe as a host for my site for free. I see where business catalyst is supposed to be temporary as well as it is recommended to use as the better alternative to launch my muse site. But then I have to use the long extension of "businesscatalyst" in addition to the domain name I'd prefer. How exactly can I take it live? do I have to use a third party hosting?

    Hi,
    Once you are done with your sitet, Click on Publish in Muse, select New Site from the drop down, It will ask you a name for your site, which will be used for  site url, you will get a url like mysite.businesscatalyst.com, then go to the browser and login to the admin panel, mysite.businesscatalyst.com/admin and on Dashboard, click Launch site. This will push your site live, and you can then add your custom domain.
    Also make sure that you have completed all these actions mentioned here
    User manual
    Do let me know if you have any question.

  • I need help with setting up time machine for backup

    I would like help with setting up time machine for backup.

    You will need an external hard drive (formatted for a Mac).
    Then you plug it in and go to system preferences>time machine and select the external HD and turn it on.
    The backups are automatic.
    Barry

  • Help with Preference pane DNS settings for Mail

    I have a mail (not Apple Mail) issue with my Entourage Mail. I keep getting
    the following error message and I have verified the server settings in my
    mail accounts are correct for ATT that uses pop.att.yahoo.com. I manage to
    get mail most of the time but I still get the following error message:
    Error Description
    Error:
    Entourage cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.
    Explanation:
    Could not retrieve mail
    Error: -1370
    My System Preferences/Network/Advanced/DNS point to my 2wire Gateway combo
    modem/router. The router is set for Automatic DNS. I tried changing it to manual
    and it did not works any better.
    If I change the DNS setting in the preference pane in OS X, will it really use that
    DMS address and bypass the router?
    I played around with the namebench utility
    http://www.macupdate.com/info.php/id/32784/namebench and each time you
    run it, namebench makes a better recommendation - saying something is faster
    than the previous recommendation.
    I am lost on what I need to do correct the Network pane of my System Preferences.
    Should it point to the router or to good DNS?
    I do not think this is a Microsoft Entourage issue.
    Have others seen this issue or is unique to my setup.

    Going to sleep on and see how it works in the morning.
    The problem is solved and I have checked the Yes button that my
    question has been answered. The following is a copy of a posting
    two days ago to the Microsoft Entourage group that should work
    just as well for Mail users.
    If you are tied of getting the following Entourage error
    message -3170 over and over again, read on.
    Error:
    Entourage cannot find the server. Verify the server information
    entered correctly in the Account Settings, and that your DNS
    settings in the Network pane of System Preferences are correct.
    Explanation:
    Could not retrieve mail
    Error –3170
    Thanks to a tip from Diane Ross I have gone two days without
    getting the error message.
    First, I know the Account Settings for my ATT DSL service
    have been correct for some time and have not changed.
    The short version of the fix that worked for was to open
    the OS X 10.6.3 (Snow Leopard) System Preferences/
    Network/Advanced/DNS panel and add some better Domain
    Name Servers from my location.
    The default (or before) OS X setting was:
    DNS Servers: Search Domains:
    192.168.1.254 gateway.2wire.com
    Note both were dimmed. The server listed tells OS X to use
    the ATT provided combo 2wire modem/router for my DSL service.
    The change that seem to have worked for me was to leave the
    Search Domain the same; however, I added some good servers that
    bypass the 2wire gateway with its automatic DNS setting.
    DNS Servers: Search Domains:
    208.67.220.220 gateway.2wire.com
    208.67.220.222
    65.68.49.51
    192.168.1.254
    I found the ‘good’ or better DNS Servers by making several runs
    using the free Google utility called namebench 1.2
    <http://www.macupdate.com/info.php/id/32784/namebench>
    This utility takes some time and will make suggestions from your
    location. If you add the namebench recommendation and run it
    again it will find a better recommendation. I had to make several
    runs to find the better DNS Servers for my location. The first or
    primary is called OpenDNS, the second is a backup for the OpenDNS
    and the third is SBC Global TX now owned by ATT and I live in
    Texas. Note I ended with the default IP address.
    FYI, I tied using the selected servers in the 2wire gateway in the
    manual mode rather than the default automatic mode and it just
    did not work right. Some pages would not open and others were
    slow. For this reason I run the router in the automatic mode for
    DNS and control things using the OS X Network preference pane.
    The addition of preferred DNS Servers in my Preference seems
    to have slowed down and hopefully stopped Entourage 2008
    version 12.2.4 -3170 error messages.
    Message was edited by: aRKay

  • Setting up POP e-mail on a Muse site hosted on Business Catalyst

    Hi, I've recently taken a Muse site 'live' using one of the 5 'credits' I got with the Creative Cloud Subscription.  This, I understand, means that the site is hosted on WebBasics+ service, which includes hosted e-mail.
    The domain name has been registered with 1-2-3, redirected to the BC servers.  This is working fine.  Now I want to set up a POP mail account for the domian.
    But there's no e-mail options showing on the BC site management for the domain. 
    How do I go about getting e-mail with this domain on the BC 'system'.
    Any help greatfully appreciated.
    RP

    Thanks for the reply.  Have to be honest, I find Adobe a little unclear. 
    When I first came across editorial mentioning 5 free sites, I assumed it would be the 'entry level' service:  WebBasics+, as shown on the main pricing web page.
    Now you're saying, the 'CC credits' only give me access to the 'Webhosting' service.  This service isn't shown on the Pricing web page, so I took it that WebBasics+ was the ebtry level.
    Now that I go back to the pricing page, I see there is a link (a small one) to the Detailed Pricing breakdown.  Which does show Webbasics.  I wish I'd seen that before. 
    I feel a right chump!
    Thanks for your reply, though.
    RP

  • Help with OSX server mail setup

    Please if anyone can tell me what I am doing wrong, I would be very grateful.  I have a company with an externaly hosted website and an an internally hosted email (OSX server).  I have everything kind of working, but some things don't seem quite right.  I'll explain below:
    I have a purchased domain: mycompany.com hosted by godaddy.
    I am using Godaddy name servers: ns65.domaincontrol.com and ns66.domaincontrol.com
    The external godaddy DNS has an a name entry for my mail server: mail pointing to 123.123.123.123 (which is my companies external static IP address).
    There is also a null (@) a name record for my website hosting service (squarespace) pointing to 456.456.456.456
    There is a cName record www pointing to the squarespace domain "www.squarespace6.com"  (know this is unusual, but it is how squarespace asks this to be set up and does not work otherwise)
    There is an MX record with priority 10 and host name @ pointing to mail.mycompany.com
    I have a airport extreme router with the appropriate ports forwarded to the OSX server.
    The DNS servers on the router are pointed to the internal IP address of the OSX server
    I did not change the domain name on the router (mistake?) it is currently san.rr.com
    On the OSX server I have set up host name to be mycompany.comDNS is set up with primary zone being mycompany.com
    Primary Zone entries include
    nameserver = mycompany.com
    machine record host name is mycompany.com and the IP address is the internal IP address of the OSX server
    another machine record with host name "mail" and IP address is the internal IP address of the OSX server.
    Finally, there is a mail exchanger record with mail server "mail.mycompany.com" and priority 10
    There are 2 entries autocreated in the Reverse zone
    Mail is setup and running on the OSX server providing mail for "mail.mycompany.com"
    Users are setup with email address: [email protected] (note: without the mail subdomain - I think this is OK?)
    I am using self signed certificate.
    In my clients (windows Thunderbird, Mac Mail, iOS mail), the settings are for the incoming mail server host name to be "mail.mycompany.com" and the outgoing also to be "mail.mycompany.com"
    I woud have expected this to be imap.mycompany.com and smtp.mycompany.com respectively, but it doesn't work when I input these values and works with the former.  Have I set this up wrong??  imap seems to require SSL on port 993 and SMTP seems to require TLS on port 587.Outlook on PC gives me an error that after googling appears to be a problem with not recognizing a fuly qualified hostname form the SMTP client.  I see the fix, but wanted to know if that meant that my server didn't have a fully qualified host name and whether I should change that rather than just remove that restriction???
    The final problem is that my outgoing emails seem to be getting caught up in other people's spam filters too frequently.  What is the main reason for this?  Is it because I have set something up wrong and it brings up flags or is it simply because I am not a huge hosting company, or somethign else althogether?
    If you've gotten this far, big thanks!  If you can help me, even more thanks!

    Well, actually they are both getting caught up in spam filters and bounced back.  I actually realized that part of the problem is that I have a dynamic IP address, but it doesn't change.  Regardless, on the bounce back it looks like hotmail and other domains are rejecting email from my IP and recognize it as dynamic.  This was a test server that i would by physically taking to my business where there is a static business IP address (Cox).
    Sorry for the very long original message, but it seems that most people don't post enough information for the problem to be solved in their original posts and I was hoping to provide as much detail as possible.
    The other is the question of "are things set up right?"  It seems strange to me that both my outgoing and incoming servers are "mail.mycompany.com" and not imap.mycompany.com and smtp.mycompany.com and I wonder if this is going to cause me to have problems?
    Is it a problem that my email addresses are [email protected] and not [email protected]?
    Was I supposed to change the domain name on the router?
    Also is it going to be a problem that I am using a self signed certificate?

  • Help with user interface dilemma! Edge/ Muse/ CMS

    I'm designing a website for a visual artist. She wants a section on her website with a photo gallery of the art that is currently showing in her New Orleans gallery, so the photos in it have to be easily edited and updated.
    My first thought was to just allow them to change/edit the photos in the photo gallery from the Adobe Business Catalyst dashboard, but she is pretty technically illiterate and she's constantly adding new work to the NOLA gallery, so for her to login and change it on BC every time the NOLA gallery changes would be a bit of a hassle. I also wanted to add a slideshow with custom animation I made in Edge Animate, but as far as I can tell, you can't add custom Edge slideshows as widgets to Muse.
    What I'd like to do is design an image gallery in Edge that cycles through pictures uploaded on Flickr/ Picasa/Facebook etc., dynamically. That way my client can use one of those websites to manage and organize her photos the way she wants them to appear and it will automatically feed to the slideshow. I've spent several hours searching for where to start in coding this and can't find anything helpful.
    This is the gallery of images I'd like to cycle through, and have automatically add/ remove from my edge slideshow:
    http://www.flickr.com/photos/chrisroberts-antieau/sets/72157636667574973/
    Does anyone have any suggestions on writing this code, or know of any way to build slideshow widgets in Edge for use in Muse? Any and all help is appreciated!

    Mr Staff your reply is not helpful at all! It does not answer the question. The poster was asking for help on how he can achieve dynamic functionality with using Muse and Edge Animate. You answer is simply not helpful.
    For the poster. Muse does not have built in functionality for dynamic content. It's for static sites. Any question about dynamic content and cms, Adobe would point us to their clunky and very very very very slow Business Catalyst. We can't expect anything from Adobe to be optimized for speed -  just take for example the stupidly slow loading Adobe forums we are right now.
    Anyway and idea I have is to design a slideshow is Edge and use xml or json for you images. Our can use php to generate our json file. Example, make a PHP file that reads all images in a folder output the list as json and load it to your edge animate slideshow. This way you can just create a simple page where then client can just upload her photo on the folder you specify on the server. This can be done with Flickr, although I haven't tried it, however you may need to use their APIs.

  • Help with setting up Mail on 2 Macs?

    I'm switching from Mailsmith to Apple Mail. I have exported all my Mailsmith mailboxes and successfully imported them into Mail on the desktop Mac, then recreated each in the On My Mac section and dragged all the pertinent messages from the imported boxes to the newly created ones.
    This is my first experience with IMAP and Mail and while I like the fact of being able to access all my incoming mail on both Macs - the G4MDD and the MBP - they run different versions of Mail as the G4 has Leopard 10.5.8 installed while the MBP runs Snow Leopard 10.6.8 with its later version of the Mail app.
    What I would like to do is have the same mailboxes on both Macs. Is there any way of exporting or moving the database of the On My Mac mailboxes from Mail on the G4MDD to Mail on the MBP?
    I'm not sure how this is supposed to work, but I imagine one keeps the active online version's Inbox etc. fairly lean and archives messages to the appropriate mailboxes in the On My Mac section, but unless one does it on both Macs, one no longer would have access to the archived messages on the other machine. Or does one create all the mailboxes in the online/upper portion of Mail so they will all be online and thus always available to all Macs? But if something happens (server messups do happen, even to Apple) one would then risk losing all past history, since the reference Mail is the online version and not the local ones.
    Colour me confused. Newbie to Mail so I would appreciate any advice.
    Thanks

    Worries
    Ok, I've read another article where it says, similarly to the Help bit you quoted:
    "In Mail, you can simply drag one or more mail-boxes from your mailbox list onto the icon representing your IMAP server. Mail copies the mailboxes (even nested ones) and their contents to the server, creating new mailboxes as needed."
    I can't find any icon representing my IMAP server in the Mail window. Nor do I see any IMAP accounts in that window. I see Inboxes for my various accounts (as well as Sent and Trash) but nothing as described in the above quote. Dragging or Option dragging a Mailbox I had created from the On My Mac section to the upper one dosn't work. Sigh. What am I missing?

  • Help with GMAIL in Mail Program....

    Hi,
    I am using the Apple Mail Program in Leopard and just picked up a Gmail account. I want to set up my Gmail account on 4 different computers work/home/laptop) that I access all the time and am hoping I can set it up so that wherever I check my mail it looks more or less like it does on Gmail.com with respect to the emails:
    1. All mail that I've deleted on another computer is gone from all the other computers when checking mail on those other computers. Is that possible??? Currently, I use a bellsouth.net account and a .mac account, and when I log on to any of the computers via the mail program, it gives me all of my 'new mail', whether or not it was deleted on another computer.
    2. Sent mail. Is there any way to send it on one computer's Mail program and have it show up in my Sent box on the other computers?
    3. Ditto on Trash and other folders
    I did try to set it up my Gmail account using IMAP but I thendeleted the account on Mail because it looked 'weird'. I had a Mailbox in my Inbox for the Gmail account and then also another whole separate, duplicate Gmail account (with All Mail, Drafts, Sent Mail, Spam, Starred, and Trash Folders) further down the left side of mail. In testing an email to gmail account from my .mac account, the mail ended up in two places in my Mail and deleting one did not delete the others.
    If this cannot work, I can just go to gmail.com. BUT, I so love MAIL that I am hoping there is a fix to all this.
    Thanks in advance for any help you can provide.

    My recollection is that unless you are a paid Hotmail account member, you cannot use Mail. Do a search within the discussion group, as I am not an expert, but I recall not getting Hotmail for that very reason.
    Perhaps give gmail a try.....
    That said....I still need some help with my posting! So please and thank you.

  • Need help with updating Name Server update for home webserver

    I set up a webserver at home to run my own domain/website. I am able to type my IP address into Safari/IE and get to my website fine. I now need to update the NameServer with the previous domain hosting service, but I have no idea how to find out the NameServer (Compast is my ISP) to put into the UPDATE NAME SERVERS form for the previous hosting company. I need to obviosly do this before people who type in my web address can be directed to my home server instead of the old hsoting company. The previous hosting server is ns.teammediaonline and ns1.teammediaonline.com. Do I use something like ns.comcast.net or something? I already have the IP address and know it works fine. Comcast does notchange the IP's too often and I will not have much traffic to my site, so I should not have any issues with them. I am sure this is a very simple issue. Any help would be greatly appreciated.

    Hi--
    You definitely do not want to contact Comcast. Servers are forbidden to their residential customers. If you contacted them, not only would they refuse to help, that might put you on a list to watch in case you do set one up. Now, if you're careful, don't server out a lot of traffic, and aren't a general nuisance to the people on your node, they most likely won't notice if you don't contact them.
    However, you'll need to look into a different DNS solution. Do a search for "Dynamic DNS" and you'll find a number of services that will be able to help you out. This one, DynDNS, has some reading material that might help to explain what you need to do...
    charlie

  • Need big help with setting up mail account.

    Okay first, I would like to say you guys really need a sticky of basic instructions on how to set up a mail account for different carriers. I use Gmail mainly but I cannot get my mail to sync for the life of me with POP on and everything. I also heard Gmail is buggy and I would like to try an IMAP account which I heard was better. Can ANYONE give me some good step by step instructions on how to set one up. What is the best? What works well? I am willing to create a new email just for the iPhone. Thanks in advanced!

    There are too many email account providers from internet service providers to non-ISP email account only providers for Apple to provide "basic" instructions for each. The iPhone's email client is not much different from an email client on a computer and the require account setup information is provided by your ISP or email account provider.
    You can't just set up an IMAP account. You must have an email account provider that supports/provides an IMAP account and there aren't many that do. Most ISPs and email account providers support/provide POP accounts only.
    Yahoo provides a free IMAP account for iPhone customers but there are advertisements included with each sent message. An Apple .Mac account can be accessed as an IMAP account.

  • Help with menu and icon size in Muse app

    The menu and icons in the muse cc app on my lptop are so small that it cant really be used. any help?

    i have the 3200x1800 for the screen, the newest muse cc and windows os 64bit
    On Tue, Aug 12, 2014 at 5:50 PM, Varun Kalra <[email protected]>

Maybe you are looking for

  • When I type in the email address I want to send an email to, mail suggests email addresses i never use

    I am using Apple's Mail application on my MacBook Pro for 3 emails. One personal, one for my work place and one for my university email address. From the university I receive lots of emails which isn't sent only for me, but every student on my course

  • How to add a interactive drop-down list

    I want a drop-down list that will add a set of required fields based on the choice from the list. In this case, we want users to fill in their job title, and based on that title selected we need them to fill in specific licensing information. I haven

  • Monitor event id rule vs monitor

    Hi! Should I use a unit monitor or a rule to monitor event ID? I know I can do it with both, but what is best practice?

  • How to see the log file on the Reports Application server?

    Hi, I am new to this Reports, please correct me if i am wrong or in the wrong forum, we have a java based front-end application which calls oracle reports to display requested reports. We are using oracle reports (9i/10g). I need work on a report, It

  • Contribute 4 writing locked code... WHY?

    Hi there learned chaps, I've designed a site that will be content managed through Contribute 4. On some of the pages I've got some small Flash applets which I'm feeding in from asp variables. These flash applets are not editable regions, but when my