How to select outgoing server automatically?

The code below is part of Apple Mail templates. Where you see the "Trial", this is a code that automatically writes Trial into the subject line of an email when using this template.
I have several accounts with outgoing servers. How can I put in the code below that it selects a given outgoing server that I want to pre-set?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Background Images</key>
<array>
<string>bg_pattern.jpg</string>
<string>bg_letter.jpg</string>
</array>
<key>Folder Name</key>
<string>INR.mailstationery</string>
<key>HTML File</key>
<string>content.html</string>
<key>Headers</key>
<dict>
<key>Subject</key>
<string>Trial</string>
</dict>
<key>Images</key>
<array>
<string>top.jpg</string>
<string>bottom.jpg</string>
</array>
<key>Stationery ID</key>
<string>A978C3B3-4E0A-4045-9759-EF0690326CA8</string>
<key>Thumbnail Image</key>
<string>thumbnail.png</string>
</dict>
</plist>

I don't think it can be don in this plist, but I think you can enable only one outgoing server in Mail, or set a default.

Similar Messages

  • How to start Report Server automatically in developer suit 10g

    Hi all
    I have an application implemented using Developer Suit 10 g forms and reports builder.
    For this application, the first report to be printed after booting the computer takes a long time (around 5 minutes)
    when printing any more report (even if it was the one printed before ) it takes a little time, this means that the first report made the report server start.
    I rebooted the computer, but this time i started the report server manually using this command :
    <strong>rwserver server=report_server_name</strong>
    Now, the report is printed after a little time, It's OK.
    <strong>Is there any configuration to start the Report Server automatically in developer suit 10g after the computer boots ?
    </strong>Please help

    No answer ?

  • E7-00, email, how to change outgoing server?

    Greetings everyone,
    I can not find where to change the in- or outgoing server addresses for an email that is already set up. I am using the default emailclient that came with the Nokia E7.
    Anyone knows where I can change this?
    The regular settings for the account does not include the above mentioned options.
    Is the only way to change this to delete the account and setup a new one?
    Thank you for your help already in advance,
    Jan

    Well I go into menu, chose Email and then go like this !
    From Menu to Email
    Then follow the sequence !
    Hope this helps
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • How device select tacacs-server

    Hi Guys,
    We have Existing tacacs configuration form our devices and pointed the 2 ACS server. the acs server are manage with other vendor which the acs server is located at their site. Now were planning to manage the acs server. We Installed a new acs server from our location, we have thousand of devices, if we migrate to the new server can we just add the 2 acs server from the device? are the new acs server will able to comunicate from the device? how does a device select which primary or secondary acs server?  please advise.
    Old config
    aaa new-model
    aaa authentication login vtymethod group tacacs+ local
    aaa authorization config-commands
    aaa authorization exec default group tacacs+ local if-authenticated
    aaa authorization commands 0 default group tacacs+ local if-authenticated
    aaa authorization commands 15 default group tacacs+ local if-authenticated
    aaa accounting send stop-record authentication failure
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 0 default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    aaa accounting system default start-stop group tacacs+
    ip tacacs source-interface Loopback0
    tacacs-server host 10.x.x.x
    tacacs-server host 10.x.x.x
    New config
    aaa new-model
    aaa authentication login vtymethod group tacacs+ local
    aaa authorization config-commands
    aaa authorization exec default group tacacs+ local if-authenticated
    aaa authorization commands 0 default group tacacs+ local if-authenticated
    aaa authorization commands 15 default group tacacs+ local if-authenticated
    aaa accounting send stop-record authentication failure
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 0 default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    aaa accounting system default start-stop group tacacs+
    ip tacacs source-interface Loopback0
    tacacs-server host 10.x.x.x
    tacacs-server host 10.x.x.x
    tacacs-server host 100.x.x.x <-- new
    tacacs-server host 100.x.x.x <-- new

    Hi,
    in your way above the TACACS+ servers will be used in order.
    You can group TACACS+ servers together and choose to use servers in that group only:
    aaa group server tacacs+ Test
    server 10.10.10.10
    aaa authentication login vtymethod group Test local
    under the vty lines config:
    login authentication vtymethod
    in the above example, only the server in the group Test; which is 10.10.10.10 will be used in authentication.
    HTH,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • How to select the server when the ServerName field is disabled?

    I am trying to run the tutorial "VB_Win_CRVObjMod_DBLogon".  All references to the solution to the ENXP-50701E  server have been removed. I have put this into the code:
    Private Sub ConfigureCrystalReports()
            Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            myConnectionInfo.DatabaseName = "Northwind"
            myConnectionInfo.UserID = "creports"
            myConnectionInfo.Password = "creports"
            myConnectionInfo.ServerName = "BILLPC-64\SQLEXPRESS"
            Dim reportPath As String = "C:\CR\crsdk_net_tutorials_115_en\crsdk_net_tutorials_115_en\DotNet2\VB_Win_Data_DataSets\VB_Win_Data_DataSets\NorthwindCustomers.rpt"
            myCrystalReportViewer.ReportSource = reportPath
            SetDBLogonForReport(myConnectionInfo)
        End Sub
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            ConfigureCrystalReports()
        End Sub
        Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo)
            Dim myTableLogOnInfos As TableLogOnInfos = myCrystalReportViewer.LogOnInfo
            For Each myTableLogOnInfo As TableLogOnInfo In myTableLogOnInfos
                myTableLogOnInfo.ConnectionInfo = myConnectionInfo
            Next
        End Sub
    Still when I run the project I get the request to login to ENXP-50701E and the server name can not be changed. How do I get it to run with my server?

    A good solution - as long as the dataset is not longer than 2,000 or so records, there is one table (preferably one table as more than one table will cause performance hits) and so on.
    For table location code see this thread:
    Need assistance with SetDatabaseLogon
    Also see the sample app vbnet_win_dbengine.zip from here:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    The above is for the CR engine. InProc RAS will also do the trick for you. See KB [1553921  - Is there a utility that would help in writing database logon code?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533353333333933323331%7D.do]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How to have mail server automatically cc all email for a user to other acct

    I have a user on my 4.9 Xserve who wants her email automatically send to another account. I set forwarding first, but her email client keeps asking her for a password (and hers doesn't work) and won't allow her to see past email. Is that normal? Anyway, I've shut off forwarding for now, and am wondering if it's possible to have it automatically cc'd to another account (send a copy, but don't interfere with her ability to manage the email in her normal account with an IMAP client). Any ideas?
    Thanks,
    Mike

    Be aware that you are about to enter the dark zone of Unix file editing. Once there, you may never want to come back. Your friends and relatives will spurn you and you will start to dress in dark clothes and listen to impenetrable music.
    You can also screw up your whole system... but hey, who wants to live forever
    If you have a skateboard, sit it on your desk, then switch off all other lights except for an anglepoise...
    In Terminal, cd to postfix directory, and just for interest, list the files already there...
    cd /etc/postfix
    ls -l
    You should see the main.cf one which you will edit later.
    Create the new recipient_bcc file using 'pico', one of the built-in text editors. This is the easiest to start with because it contains on-screen help. There are others, including 'vi' which I would normally use. You will prefix the command with 'sudo' which temporarily makes you the 'super-user' (root) and needs the admin password. So...
    sudo pico recipient_bcc
    Add the two email addresses, separated by a tab or space, on the left: the local email address, and on the right: the address to send copies to (BCCs). To edit existing text, use arrow keys. Save the file using ctrl-o, confirm filename, then exit (ctrl-x).
    For postfix to be able to read this as a database, you need to 'postmap' it...
    sudo postmap recipient_bcc
    To confirm, list the files and you will see the two new ones (ls -l).
    Before editing the main.cf file, make a backup copy of it...
    sudo cp main.cf main.cf.bak
    If you need to revert to the backup, you reverse the orig/target args...
    sudo cp main.cf.bak main.cf
    Edit the main.cf file (sudo pico main.cf) and either 'next page' to bottom or enter '^_' (ctrl + underscore char) then specify line number 999.
    add the line...
    recipientbccmaps = hash:/etc/postfix/recipient_bcc
    Postfix knows to use the postmaped .db file so you do not specify that one in the line.
    Save and exit file.
    Reload the postfix main.cf configuration file...
    sudo postfix reload
    Test it by sending an email to the user and watch the mail.log in Console app. You should see the BCC being sent to the other email address. If something has gone wrong, replace the main.cf with the backup, issue postfix reload, then try again.
    Once you have confirmed it working, dance around the room playing air guitar and give high-fives to any innocent bystander.
    -david
    Links...
    http://www.postfix.org/postconf.5.html
    http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/pico.1.h tml
    http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/cp.1.htm l
    http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/postfix. 1.html

  • How to start managed server automatically with admin server.

    Hello all, I have an admin server anda managed server configured in a machine. I want to start the managed server as soon as I run the script to start the admin server and node manager in the unix pc.
    The admin and managed server are added to the same machine and the machine is connected with the node manager.
    Please let me know what else need to be configured or make change in the script.

    hello user12003735..
    sorry for not mentioning the wlst tool path.
    You can start the wlst(WEBLOGIC SCRIPTING TOOL) in two ways and run your jython scripts.
    PROCEDURE 1) Directly invoking wlst :
    You will find the wlst.cmd(wlst.sh in case of UNIX enviroments) in $WL_HOME/common/bin. From command line do this
    wlst <JYTHON SCRIPT>
    ./wlst.sh <JYTHON SCRIPT> [UNIX]
    PROCEDURE 2) From Command Line :
    There is a jar file in $WL_HOME/server/lib named weblogic.jar. It conatins a class file named WLST.cmd in the package weblogic[Try jd-gui.exe java decompiler to look inside the jarfile. to get it google it]. This jar file actually makes the wlst tool running. If you try to look inside wlst.cmd or wlst.sh you will find that the scripts are internally adding this jar file in CLASSPATH and calling it:
    eval '"${JAVA_HOME}/bin/java"' ${JVM_ARGS} weblogic.WLST '"$@"' [wlst.sh]
    "%JAVA_HOME%\bin\java" %JVM_ARGS% weblogic.WLST %* [wslt.cmd]
    So you can do exactly what the scripts doing from command line. do this :
    {A} $WL_HOME/server/bin/setWLSEnv.sh [or setWLSEnv.cmd] <---------------------------------------- SETS THE CLASSPATH
    You will see a lot of jar files added to your classpath and this step is exactly same when you run the wlst from the scripts in PROCEDURE 1.
    java weblogic.WLST <JYTHON SCRIPT>
    One thing you can also use the weblogic jar file to monitor any weblogic server[You have to first set the env with setWLSEnv.cmd or .sh]:
    java weblogic.Admin -url t3://<IP>:<PORT> -username <USERNAME> -password <PASSWORD> GETSTATE <SERVERNAME> [GETTING THE STATE]
    java weblogic.Admin -url t3://<IP>:<PORT> -username <USERNAME> -password <PASSWORD> FORCESHUTDOWN <SERVERNAME> [FORCIBLY SHUTTING DOWN SERVERS]
    You can do many other things with weblogic.jar not just the previous two. Refer to oracle manuals.

  • How to know when server automatically invalidates session

    Hi !!!
    I am storing a result set in the session .....
    Well there is some need to store result set in the sesssion..I am displaying data in my JSP by retrieving the data from the result set...Now I want to close the connection and result set... when the server invalidates the session ......
    Any way to do that???
    Reagrd

    If objects that you store in session implement HttpSessionBindingListener,
    they will be notified by valueBound() and valueUnbound() methods when object
    is stored or removed from the session. Object is removed from the session when the session is invalidated, so you can close your db connections from valueUnbound() method. I had the same problem and this works for me.
    Milan Mogin
    http://www.dolithe.com

  • How can I avoid re-configuring my outgoing server when travelling?

    I have always "reconfigured" my 'outgoing server' -- the smtp setting under MAIL preferences -- when travelling outside my ISP's service area. (For 12 years with Eudora, and now 4 years with MAIL).  But often at hotels, or in airports, it's not possible to get the info, that is, the smtp designator for the ISP serving the hotel or airport. When unable to get that info, I have to revert to using my home ISP's "webmail" which is clunky, limited, slow, inflexible, and doesn't integrate well with my Apple MAIL later. I hate using it.
    When I AM able to get the local smtp designator info when on the road, it nearly always does the trick and I am able to do all my email work as I would back at my home office.
    However, recently, I stayed with a friend on the west coast, (let's call him Brian) who is something of a Mac expert, but he was unable to confidently give me the smtp designators for his local ISP-- apparently because he never has to change his smtp configuration when on the road!  Like me, he uses two servers, that is, he is connected at his home via the phone company's DSL service using a high speed modem, but he likes to retain the email address he had originally got from an earlier ISP he used, back when he was on dial-up. So he pays that ISP a monthly $5.00 to allow him to continue to use the email address he has had since being their customer way back when.  So we called both of Brian's ISP's and got their smtp designators. However, neither of these, when plugged into my MAIL preferences, would allow me to "send" using Apple MAIL and I was again obliged to use my clunky webmail.
    Now, it seems to me he is being "relayed" (is that the right term?) by the phone company sending outgoing mail over to the older ISP, and the older ISP relays his mail over to the phone company's server to give him his incoming mail. When I am visiting him, this may be to confusing for the smtp configuration in my MAIL.
    I would think not, though, because I have a similar setup: I connect to a cable company modem from my home on the east coast, but my address is the one I got from our local phone company before high-speed became available to us via the cable TV service. When we switched from the phone company's dial-up to the cable company's high- speed, we kept the original email address --which was specific to the phone company-- and we pay $5.00 per month for the privilege. Seems very similar to Brian's setup.
    However, at Brian's, changing the smtp designator doesn't work to allow me to send emails from Apple's MAIL program.
    Brian tells me he doesn't have to do this smtp change when he travels, with his Apple MAIL.  He doesn't know why I do it, nor why I should have to.  I suspect, that unknown to him,  his ISP has some kind of setup whereby his smtp designation is a sort of "universal" outgoing server designation, and his outgoing emails are accepted no matter which ISP he is using when away from home. And I think my MAIL configuration must be incompatible with that. This is just my suspicion.
    So my questions are:
    1. why doesn't Brian have to re-configure his smtp outgoing server when he travels? and...
    2. how can I get that kind of universal "email send-ability" when I travel, and not have to be challenged with having to re-do my outgoing server when travelling, using Apple's MAIL?
    Any insights will be most gratefully received!!!!
    PS I'm using Snow Leopard on MacBook 10.6.8; I think Brian is using Leopard on a 15-in Powerbook.

    Many email providers allow you to send from outside their network if you set up authentication to their servers in your outgoing mail server setup. You may wish to confirm this with your email provider, but you can just try this:
    1) Go to the Accounts preference in Mail
    2) Select your email account
    3) On the Account Information tab, locate the "Outgoing Mail Server" section and pull the menu down to "Edit SMTP Server list"
    4) Select the appropriate outgoing server and go to the Advanced tab
    5) In the Authentication pulldown, select "Password" and enter in your email account ID and password
    6) Click all the applicable "OK" buttons to close it all up and save the information.
    That may work with your email provider, or they may have additional settings needed such as "Use Security Sockets Layer (SSL)". Your provider should be able to tell you what specific settings you need if the basic user name and password don't work.
    Regards.

  • How can I configure an outgoing server that has a different password than the rest of my email account?

    I have a work email account where the password for my incoming server is different than the password for my outgoing server. I cannot find how to change this in the outgoing server settings on thunderbird. Any help would be very appreciated!

    Try to add another SMTP server using correct password then tell the mail account to use that smtp server.
    * Tools > Account settings > Outgoing Server (SMTP)
    * click on 'Add'
    * enter a Description so you can easily tell which server this is.
    * enter server details.
    * userbame = full email address
    * password = correct smtp password.
    * click on OK
    Then tell your mail account to use that smtp server.
    * select the mail account name in left column
    * bottom right section 'Outgoing server (SMTP)
    * click on drop down and select the smtp server you just added.
    * click on OK to save changes to Account Settings.
    Note: Account Settings can be located via various methods:
    Menu Bar
    * Tools > Account settings
    Mail Toolbar:
    * menu icon > Options > Account Settings
    FolderPane:
    * right click on mail account and select 'Settings'

  • Selecting email acct in New Message + outgoing server??

    Help me understand how to easily select email account from which to originate a new outbound message. The issue is as follows:
    a. Under SUBJECT line, I can clearly select the email account from which to send from
    but....
    b. What is with the drop down box to the right of email selection drop down box to choose a outgoing email server?
    Do you have to make a two step process when changing email account from which sending from?

    The two are independent. 'From' enables you to choose the address from which the message is seen as coming by the recipient. If for example you own a couple of domains, each giving you an email address, you might be forwarding these to your normal ISP's mail, or collecting directly from the domain provider's POP server: when you reply to these various messages you would want to choose the account associated with them so replies to your your replies come to the correct address.
    The server you would normally use would be your ISP: as a general rule other services won't allow you to use their outgoing servers unless you are connected directly to them (by dial-up for example) and you would use your ISP's server to send. If you have a Google Mail or MobileMe account then you can send using their outgoing server, and you can choose whether to use that or your ISP's server: it doesn't make much difference, but if there is a problem with your ISP then you might be able to use another as an alternative: you can set the preferred outgoing server with each account so in general you don't need this drop-down menu to be visible.
    Note by the way that the MobileMe outgoing server won't allow you to use any address other than your MobileMe one, as a security measure.

  • Automatically detect outgoing server?

    Hi,
    I'm not sure there's an easy answer to this, but I'm using my PowerBook at work and at home... I bring it back and forth every day. The problem is that I have a different ISP at home than I do at work, and consequently, different smtp servers for outgoing mail.
    As a result, my first email from any of my mail accounts at work hangs for a few minutes before popping up the dialog asking me to change the outgoing server, and the same thing happens the next time I send an email from home. Since this happens several times a day, every day, it's getting pretty annoying...
    Is there any way to get Mail to automatically try the next outgoing server in the list if the first one doesn't work?
    Thanks!

    Ah, thank you... now we're getting closer. Running the script is not quite as efficient as an auto-server-detect, but at least it allows me to change all accounts at once... and assigning a Quicksilver hotkey to the script at least means I just have to hit one key and select a server for all accounts each time I move the computer to home or work.
    At least it's fewer mouse clicks/keytrokes than having to open Mail preferences and select the smtp server for each account. Not perfect, but significantly better than where I was before your input.
    Thanks!

  • Mail.app mailbox selecting incorrect outgoing server

    I have never run into this issue before and I am racking my brain trying to figure out how to fix it.
    As of yesterday, my primary email account is using a secondary outgoing email server by default. The only way to prevent this is to manually select the primary email account after I open the email.
    For example:
    My mailboxes look like this (four accounts, all iMAP):
    One
    Two
    Three
    Four
    When I select "One", the new email window opens as if I have selected mailbox "Two". It's defualting to "Two". If I delete "Two's" outgoing smtp information, "One" will open as itself. If I open "Three" or "Four", they open as their own default mailboxes.
    In Mail preferences > composing, I have it selected to "Open as selected account". When I change it to "Open as 'One'", then mailbox "One" will open as "One". When I change it back to "Open as selected account" it goes back to opening mailbox "One" as mailbox "Two".
    All of my Account Settings in preferences are set up identically. They are 4 different iMap accounts using mail.smtp.com as their outgoing server with their own SSL and username/password authentication.
    I have googled the issue in every way I can think to word it and have found similar issues, but none of the fixes for those seem to solve my problem. Any help would be greatly appreciated.

    I have this same problem - and it is a big problem! Why can't I select the right mailbox for my email to come from any more either? Is someone from Apple looking at this?

  • TS3899 I can't SEND email from Telus account in Alberta, Canada? Does anyone know how to set up the Outgoing server? Help! And thanks!

    Can't SEND email from Telus account in Alberta, Canada, unless I go to web mail. Does anyone know how to set up the Outgoing server? Incoming is fine. Outgoing used to work. We changed it when we went to another location, and can't get it back. Telus support can't fix it. Neither smtp.telus.net NOR mail.telus.net works for Outgoing server to send mail. Please help! Thanks.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • How to select the download location? its automatically downloading to users folder in c drive. i wanna change it..plz help me out......

    how to select the download location? its automatically downloading to users folder in c drive.. i wanna change to my desktop...plz help me out...

    Tools -> Options -> Save files to -> Click browse button and browse for folder where you want to save the file.

Maybe you are looking for

  • Changing the compression mode..

    So I have a slideshow I'd like to export to DVD. The pictures that are animated to get the ken burns effect. I watched it on an LCD tv on a dvd player and the interlaced fields were so prevelant that the movie was almost unwatchable. In FCE4, at 100%

  • No eligible version of LOGIC found in applications folder to

    Have 7.0.1 insalled; trying to update to 7.1.1. Installer can't find an eligible version to update in apps. folder. Un-checking language in info section nets negitive results. Also put Logic folder on Desktop, then tried to update; no good. OS 10.3.9

  • Muting a a portion of a soundtrack in QuickTime Player 7

    Hello Forum Folks, I'm compiling a series of clips into one movie for posting on our company's website. I have one small movie with great visual footage but unusable audio. Can anyone tell me how to mute or drop out the volume from this one section o

  • Wip postings- urgent

    hello friends, After I run the wip calculation, the system makes postings to three different gl accounts(inv labr, inv matl, inv o/h) on a pro rata basis. How would i know the percentages of the break-up of wip? Where do these settings are made in im

  • For Fun I Installed Photoshop CS5.1 on Windows 8

    I am running the Windows 8 Developer Preview in an x64 virtual machine, and it's proving to be an interesting experience...  Microsoft hasn't nearly worked out the weirdness of switching between the Aero desktop and the Metro interface yet. But anywa