Send mail to external address using send mail step.

Hi all,
I have one question.
In a send mail step of workflow, when the recipient type is a Organizational Object and Org Unit, the mail is only sent to workplace? I would need to send the mail to external address from all users of Org Unit. Is possible it?
Thanks
Regards,
David.

Hi,
1) In the Recipient type select the E-Mail address from the drop down
2) And give the email id (in the text box)
3) Then save & test it.
4) Once it execute goto t.code SOST and see the email entry.
5) If entry not found, the SCOT settings is not done then check with Basis Team
6) If found, select it and execute.
7) And check you email
Regards,
Surjith

Similar Messages

  • Send mail to external id using send mail task in workflow

    hello,
    i am trying to send mail using send mail task in workflow for an external email address (yahoo).No pernr here it is associated .
    IN scot, it shows it is transmitted,but i dont find any in my mail box.
    But when i send it from business workplace, i can see the mail in my mail box.
    Can you please help me in this regard.
    Best Regards,
    Saujanya.

    Hi Saujanya,
    When you send it from the workplace you also send it to your Yahoo mail-id? As far as I can see from you replies the problem lies outside of SAP. Maybe a SPAM filter which blocks the message. This could be due to the mail-id which sends the e-mail.
    Regards,
    Martin

  • Sending email to multiple address using Utl_Smtp

    Hi,
    I want to send email to multiple address using the Utl_Smtp feature.
    When I am sending email to one email address in the To:Field it works fine.However, when I send
    to multiple address I am getting the below error.I am using a table(Email_test) to store all email id.
    Error report:
    ORA-29279: SMTP permanent error: 501 5.1.3 Invalid address
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at line 48
    29279. 00000 - "SMTP permanent error: %s"
    *Cause:    A SMTP permanent error occurred.
    *Action:   Correct the error and retry the SMTP operation.
    I am trying two options both ways I am getting error
    Option 1:
    Selecting two email id indivually in the select query as below
    select email into v_Recipient1 from Email_test where Key_name='U1';
    select email into v_Recipient2 from Email_test where Key_name='U2';
    v_Recipient := v_Recipient1||';'||v_Recipient2;
    Option 2:
    Is there a way to use option
    select email into v_Recipient1 from Email_test where Key_name='U4';
    ===========================================================
    Create table Script
    ===========================================================
    create table Email_test (Email varchar2(100),Key_name varchar2(10));
    insert into Email_test values ('[email protected]','U1');
    insert into Email_test values ('[email protected]','U2');
    insert into Email_test values ('[email protected]','U3')
    insert into Email_test values ('[email protected];[email protected];[email protected]','U4');
    select * from Email_test
    [email protected]                         U1
    [email protected]                         U2
    [email protected]                         U3
    [email protected];[email protected];[email protected]     U4
    select * from Email_test where Key_name in ('U1','U2','U3')
    [email protected]     U1
    [email protected]     U2
    [email protected]     U3
    select * from Email_test where Key_name='U4'
    [email protected];[email protected];[email protected]
    =======================================================
    PL/SQL Block
    ===========================================================
    declare
    v_From VARCHAR2(80) := '[email protected]';
    v_cc VARCHAR2(80);
    v_Recipient VARCHAR2(80) ;
    v_Recipient1 VARCHAR2(80) ;
    v_Recipient2 VARCHAR2(80) ;
    v_Subject VARCHAR2(80);
    v_Mail_Host VARCHAR2(50);
    v_Mail_Conn utl_smtp.Connection;
    crlf VARCHAR2(2) := chr(13)||chr(10);
    begin
    --Mail Host name
    select VALUE into v_Mail_Host from Server_info where server_name = 'SMTPServer';
    select email into v_Recipient1 from Email_test where Key_name='U1';
    select email into v_Recipient2 from Email_test where Key_name='U2';
    v_Recipient := v_Recipient1||';'||v_Recipient2;
    --for CC
    select email into v_cc from Email_test where Key_name='U3';
    v_Mail_Conn := utl_smtp.Open_Connection(v_Mail_Host, 25);
    utl_smtp.Helo(v_Mail_Conn, v_Mail_Host);
    utl_smtp.Mail(v_Mail_Conn, v_From);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient);
    utl_smtp.Rcpt(v_Mail_Conn, v_cc); -- To CC recepient
    utl_smtp.Rcpt(v_Mail_Conn, v_BCC); To BCC recepient
    utl_smtp.Data(v_Mail_Conn,
    'Date: ' || to_char(sysdate, 'Dy, DD Mon YYYY hh24:mi:ss') || crlf ||
    'From: ' || v_From || crlf ||
    'Subject: '|| v_Subject || crlf ||
    'To: ' || v_Recipient || crlf ||
    'Cc: ' || v_cc || crlf ||
    'Content-Type: text/html;' ||crlf ||
    --'Hello this is a test email');
    crlf || to_char(sysdate, 'Dy, DD Mon YYYY hh24:mi:ss') || crlf );
    utl_smtp.Quit(v_mail_conn);
    end;
    Any suggestion how to approach this issue.
    Thank you

    Simple Mail Transfer Protocol RFC 5321 specifications.
          RCPT TO:<forward-path> [ SP <rcpt-parameters> ] <CRLF>
       The first or only argument to this command includes a forward-path
       (normally a mailbox and domain, always surrounded by "&gt;" and "&lt;"
       brackets) identifying one recipient.In other words, you can only define a SINGLE mailbox address at a time. Multiple addresses requires multiple repeats of this command verb, once per maibox.
    Do not confuse this and the To: tag line in the Mime header that contains a comma delimited list of recipients. That tag line can contain anything - it is not parsed, not checked, and not verified as matching the actual recipient mailboxes as specified via the RCPT TO verb.

  • Can someone please help me figure out how to "clear" recent email addresses used in Mail?

    Can someone please help me figure out how to “clear” recent email addresses used in Mail?  For example, as I begin typing a name/email address in the “To:” field, Mail begins suggesting addresses that I’ve previously used.  I don’t want any suggestions unless they are in my contacts. 
    Another example:  When using MS Outlook, it will also remember and suggest email accounts previously used, but I can arrow down and delete an account from the list so it won’t automatically popup or suggest in the future. 
    I appreciate any guidance in this matter. 

    The iOS email app stores all email recipients in a list of previous recipients which cannot be turned off. The email address autofill feature when addressing an email pulls from contacts and from the list of previous recipients which can't be prevented. There is no option to clear the list of previous recipients - not at the present time anyway.
    If you don't want any suggestions, select from contacts instead when addressing an email.

  • HT1541 When i'm trying to send an application as gift using "send gift via email" option, it is not allowing me to buy the app. A pop up appears with message "Please contact itunes support to complete this purchase"

    When i'm trying to send an application as gift using "send gift via email" option, it is not allowing me to buy the app. A pop up appears with message "Please contact itunes support to complete this purchase"

    Okay, so do as it says, contact iTunes customer support.

  • How can I send mail mail as different address using iCloud?

    I have setup Mail in OSX Lion to use my iCloud account ([email protected]) succesfully. When I compose a new message I would like to be able to send from an email address other than [email protected] (eg. [email protected] which is an email account I have set to forward to [email protected])
    In Mail > Preferences > iCloud (IMAP) > Email Address I have entered: '[email protected], [email protected]'
    which enables the "From" drop list. When I select  [email protected] and hit send, the message is not sent and Mail informs me that I have entered the wrong username and password. If I select [email protected] the message is sent without a problem.
    Why is this happening? What's the point of allowing me to select a different email address without being able to actually send email with that email address?
    Please help.

    Try looking at the following post...
    http://forum.java.sun.com/thread.jspa?threadID=329816

  • WorkFlows:How to send mail to external address

    Hi all,
    I am new to workflows, I want to send mail to my outlook form workflow. I have added mail id in Tcode: SO13 in Automatic Forwarding Tab. when I excute the workflow by adding mail step. the mail is going to sap inbox but it is not going to my outlook. Can anybody please explain.
    Thanks in Advance.
    Edited by: Ranjith Reddy on Feb 20, 2009 11:32 AM

    Hi,
    The 'SendMail' activity is failing in my workflow if I give the Recipient type 'E-mail Address' and hard code the email id. I tried the other way of giving expression also, both have resulted in error halting the workflow.
    Is there any other configuration need to be done to send mail to external system (mail server) ? Please help .
    Regards,
    Gowri.S

  • Sending mail to external address

    Hi all,
    I did a configuration for set up the gateway
    1- Set up RFC in SM59. I tested this connection was working fine.
    2- Created a node in SCOT under INT (Internet). Allowed all formats for processing.
    3- I have set up conversion rules in SCOT.
    4- After above When I send an email from Workplace to an external address like [email protected] I get an error that “Cannot process message in node, parameters cannot be converted”.
    Message class XS message 821
    Now I am not sure what parameters it has not been able to convert. Has anyone encountered this problem earlier?
    Thanks in advance.
    ViKaS.

    Hai Vikas
    Check the following Document
    Here are the steps.
    SM59 Transaction is used for Connection Establishment with Destination.
    When you establish a connection to a client through a destination, the HTTP connection must first be entered in transaction SM59.
    There are two types of HTTP connection in transaction SM59: Call transaction SM59 to display the different RFC destinations.
    The HTTP connection to the external server (connection type G) and the HTTP connection to the R/3 system (connection type H) are different only in their logon procedures. Their technical settings are the same. To display the technical settings, double-click a connection.
    You can choose from three tabs. Under Technical Settings, you can specify the following:
    &#12539; Target Host: The host to which you want to connect.
    Note that if you are using HTTPS as a protocol, you have to specify the full host name (with domain).
    &#12539; Service No.: Here, you specify the port. The destination host must of course be configured in such a way that the specified port “understands” the corresponding protocol (HTTP or HTTPS). See Parameterizing the ICM and the ICM Server Cache.
    &#12539; Path Prefix: At the time when the connection to this destination is initiated, the system inserts this sub-path before ~request_uri.
    &#12539; HTTP Proxy Options: Here, you can configure a proxy for HTTP connections: You can determine the proxy host and service, as well as users and passwords for the HTTP connection.
    The tab page Logon/Security will be different depending on whether you have selected a HTTP connection to an external server (connection type G) or a HTTP connection to an R/3 system (connection type H).
    HTTP Connection to an External Server (Connection Type G)
    Choose the connection you want to use. You can choose from the following logon procedures:
    &#12539; No Logon: The server program does not request a user or password.
    &#12539; Basic Authentication: The server program requests a user and password. Basic Authentication is a standard HTTP method for authenticating users. When a user logs on to the target system, he or she provides a user ID and password as authentication. This information is then sent in a header variable as a Base 64-encoded string to the server, through the HTTP connection.
    &#12539; SSL Client Certificate: If you use client certificates for authentication, the client authentication is performed through the Secure Sockets Layer (SSL) protocol. In this case, you must also select the SSL Client PSE of the SAP Web AS that contains the relevant certificate for the authentication. The target system must handle the issuer of the SAP Web AS client certificate as a trusted system.
    Under Logon/Security, you can also activate SSL to ensure that HTTPS is the protocol used (if you select SSL, make sure that the correct port is entered under Technical Settings). In the security transaction STRUST you can determine which type of SSL client is used. (Getting Started with the Trust Manager, Trust Manager).
    The field Authorization for Destination has been implemented as an additional level of protection. We recommend that you specify a user and password for the RFC destination.
    HTTP Connection to an R/3 System (Connection Type H)
    Here, you can specify more settings for authentication in the target system.
    The settings under Technical Settings and Special Options are the same as for connection type G. Under Logon/Security, the connection type H has additional logon procedures. As with external servers, you can activate and deactivate SSL and specify an authorization.
    Because the target system is an SAP system, you can set the client and language for the logon as well as the user name and password. If you check Current User, you have to specify the password.
    The following authentication procedures are available: Basic Authentication, SAP Standard, and SAP Trusted System, and SSL Client Certificate.
    &#12539; HTTP Basic Authentication: Logon with user and password
    &#12539; SAP Standard: This procedure uses an RFC logon procedure. The RFC Single Sign-On (SSO) procedure is valid within the one system. The same SAP user (client, language, and user name) is used for logon.
    &#12539; SAP Trusted System: Trusted RFC logon to a different SAP system (see Trusted System: Maintaining Trust Relationships Between SAP Systems)).
    &#12539; SSL Client Certificate: The SSL protocol enables you to use client certificates for the logon.
    Type G/H (SM59)
    Timeout:
    When sending a HTTP request, you can use this parameter to specify the maximum response time for the connection.
    HTTP Setting:
    You can use the HTTP version to specify the protocol version of the HTTP request (HTTP 1.0 or 1.1).
    Regards
    Sreeni

  • Sending e-mail to external addresses from business activities

    Hi Experts,
    I’m customizing CRM 5.0 and I want to send e-mails to other employees, when I’m maintaining a business activity.
    These employees can have no SAP user, so I need this e-mail to go to the address maintained in BP transaction (e.g. alda.lobato@enterprises’sname.net).
    So, I tried to customize in trx. CRMC_ACTION_CONF, the following data / conditions:
    Tab “Overview” – "Partner Determination"
    - Partner Function: 00000014
    - Description: Employee Responsible
    - Partner Number: blank
    Tab “Processing Details” – "Details of Selected Processing" – "Recipient(s)"
    - Recipient Type: U Internet address
    - Address: blank
    - Archive Mode: 1 Mail Only
    However, all the e-mails remain to being sent to the Employee Business Workplace (trx. SBWP), as we were sending the email to his SAP user.
    Please advise.
    Many thanks.
    Alda Lobato

    Hi Patrik,
    First of all, thanks for your quick answer.
    I maintained the Email address in “Communication” area (as already maintained) and in “Address-Independent Communication” area, but the Emails remain to being sent to Employee Business Workplace (trx. SBWP).
    The “Standard Address” area that you indicated, only have the fields “Street/House number”, “Postal code/City”, “Country”, “Region” and Time zone” - I don’t have the field Email address – so I figured out that you talking about the “Address-Independent Communication” area.
    After this, I did another test, which was maintaining the Email address only in “Address-Independent Communication” area. When I sent the Email through the business activity, appears the error message “Action could not be successfully executed”.
    This mean that the Email address must be maintained in “Communication” area but it seems that independently the Email address maintained here, the Email is always sent to Employee Business Workplace.
    Please advise.
    Many thanks,
    Alda Lobato

  • Sending attachments to Eudora users using Apple MAIL

    I have recently changed from Entourage to MAIL in Tiger and it seems to work well, however I can't seem to send attachments to anyone using Eudora. They recieve the email but the attachment is missing (apparently the recipient company's server is stopping the attachment getting to the recipient). When I change back to Entourage it works fine???
    Can anyone help
    Thanks

    I have the same problem now in Mountain Lion, (and previously in lion).
    As this is a continuing problem, perhaps someone who has recently bought a Mac could use their free (for a year) sub. to <whatever it is called> and ask the specific question.
    Also, if someone can post the address to send Apple suggestions, I (and all of us) could send a firm request for this to be sorted once and for all.
    I have just search Google on this and found a complaint dated 2007! It advised the zip route.

  • Send email to external user using fm 'SO_NEW_DOCUMENT_ATT_SEND_API1'

    Hi friends,
    I wrote this code to send mail to external user from sap.
    It did not work properly can anyone help me to send email to extenal user.
    The return code after executing the function module is 2.
    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS  2 WITH HEADER LINE.
    DATA: OBJHEAD LIKE SOLISTI1   OCCURS  1 WITH HEADER LINE.
    DATA: OBJBIN  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1  OCCURS  5 WITH HEADER LINE.
    DATA: DOC_CHNG LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    Creating the document to be sent
    DOC_CHNG-OBJ_NAME = 'OFFER'.
    DOC_CHNG-OBJ_DESCR = 'abcd'.
    OBJTXT = 'aaaaaaaaaaa:'.
    APPEND OBJTXT.
    OBJTXT = 'bbbbbbbbbb'.
    APPEND OBJTXT.
    OBJTXT = 'ccccccccccccc.'.
    APPEND OBJTXT.
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    RECLIST-RECEIVER = mail address.
    RECLIST-REC_TYPE = 'U'.
    RECLIST-COM_TYPE = 'INT'.
    RECLIST-NOTIF_DEL = 'X'.
    RECLIST-NOIF_NDEL = 'X'.
    APPEND RECLIST.
    Creating the entry for the compressed document
    CLEAR OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'RAW'.
    APPEND OBJPACK.
    Creating the document attachment
    (Assume the data in OBJBIN are given in BMP format)
    OBJBIN = ' \O/ '. APPEND OBJBIN.
    OBJBIN = '     '. APPEND OBJBIN.
    OBJBIN = ' / \ '. APPEND OBJBIN.
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    OBJHEAD = 'picasso.bmp'. APPEND OBJHEAD.
    Creating the entry for the compressed attachment
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM   = 1.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM   = TAB_LINES.
    OBJPACK-DOC_TYPE   = 'BMP'.
    OBJPACK-OBJ_NAME   = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = 'Reproduction object 138'.
    OBJPACK-DOC_SIZE   = TAB_LINES * 255.
      APPEND OBJPACK..
    Sending the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA = DOC_CHNG
              PUT_IN_OUTBOX = 'X'
              COMMIT_WORK   = 'X'
         TABLES
              PACKING_LIST  = OBJPACK
              OBJECT_HEADER = OBJHEAD
             CONTENTS_BIN  = OBJBIN
               CONTENTS_TXT  = OBJTXT
               RECEIVERS     = RECLIST
          EXCEPTIONS
               TOO_MANY_RECEIVERS = 1
               DOCUMENT_NOT_SENT  = 2
               OPERATION_NO_AUTHORIZATION = 4
               OTHERS = 99.
    IF SY-SUBRC NE 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

    Hi,
    Check in SCOT t-code whether it has been properly configred to send the mails
    Regards,
    siva chalasani.

  • Send to Multiple email addresses using the job notification package

    I'm trying to send notifications to mulitple addresses, and have not been successful in creating the right syntax, I've tried:
    exec add_job_email_notification('J1','[email protected];[email protected]','JOB_FAILED');
    and other combinations. What is the trick to send to more the one address?

    Hi,
    As the documentation says, recipient_address may be a comma-separated list of e-mail addresses. So you should be using commas to separate you addresses e.g.
    '[email protected],[email protected]'
    Hope this helps,
    Ravi.

  • Configure Exchange to send emails to external addresses

    I am working on a demo and I installed Exchange 2010 on the development environment for using in the Demo. Now I need to send e-mails outside of the development environment - to the actual corporate email addresses and I have been given a mail relay "smtp.corp.XXX.com".
    How do I configure Exchange to use that mail relay and (1) send e-mails from the dev Exchange and (2) receive emails using the mail relay? Can someone please help?
    I do not have any knowledge/experience about Exchange. I was just  given Exchange setup files and I installed it using the default configuration. So it would be helpful if you could point to some step-by-step articles.
    Thanks a lot!
    John

    Hi John,
    We can following these steps to create a relay connector in Hub Transport server:
    1.Open Exchange Management Console.
    2.Expand Server Configuration > Hub Transport.
    3. Select the desired Hub Transport.
    4.Click on New Receive Connector item located on the Toolbox Actions.
    5. On the Introduction page, Name our connector (Relay) and select Custom, then click Next.
    6. On the Local Network settings page, remove the existing
    All Available IPv4 entry. Add a dedicated IP address for this connector, set the Port to 25 and specific the FQDN: smtp.corp.XXX.com.
    7. In Remote Network settings page, remove the default IP range and click Add button to
    type the IP address or IP address range for the remote messaging server or servers that are allowed to relay mail on this server.
    8. Click OK to add it and then Next to continue.
    9. Click New button to complete the wizard.
    10. In the work pane, select the Receive connector that you created.
    11. Under the name of the Receive connector in the action pane, click Properties to open the Properties page.
    12. Click the Permission Groups tab. Select Anonymous users.
    13. Click OK to save your changes and exit the Properties page.
    14. Run the following command to grant relay permission to anonymous connections on the new Receive connector:
    Get-ReceiveConnector "Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"
    Here is an article about it:
    http://technet.microsoft.com/en-us/library/bb232021(v=exchg.141).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • Issue in sending a email internet address using 'so_new_document_send_api1'

    Hi ,
        I am calling  'SO_NEW_DOCUMENT_SEND_API1' inside an user exit to send an email whenever the notification gets created..If the user exit is called in the same transaction IW21 then the mail is sending successfully.But if the transaction IW21 is called via another transaction say IW31 or IW32 to create a notification,then the mail is not going.instead the mail still in waitning stage in Outbox in SAP business work place.
    Note:I should not use commit as 'X in 'SO_NEW_DOCUMENT_SEND_API1' because it is written inside the user exit.
    Edited by: Vigneswaran S on Dec 24, 2009 10:17 AM

    Hi,
    One option is to call the FM using STARTING NEW TASK and then also use commit = 'X'.
    Since we are using NEW TASK, it will occur in new task (and will not affect the user exit).
    Also the commit will be done INSIDE the new task, and will not affect the current user exit. This will be independent and done paralelly.
    Regards,
    Amit Mittal.

  • How do you mail to several addresses in Yosemite mail?

    When I sent mail to multiple addresses in my 10.6.8 mac, the "plus" sign offered my list of contacts with 3 boxes beside each contact.
    I checked the boxes, clicked OK and viola!  All the addresses appeared.
    In Yosemite, I can't find any such thing.  A click on the "plus" sign shows me my addresses, but I can't click more than one at a time.  Say it isn't so!
    anna941

    True if you use that method. You must re-click the Add [+] button each time you want to add another name. Or you have other options. With the cursor in the address field just type the beginning of a name or email address then select from the pop-up list the one you want; of open your Contacts and simply multi-select the names you want, then drag them into the To: field.

Maybe you are looking for

  • How to pass a document as an attachment to a BPEL process?

    Hi Guys, Currently I have a BPEL process that get's invoked from a JSP page with some scriplets in it. The following bit of code calls the BPEL process in the JSP scriplet: try{        String givenNames = request.getParameter("givenNames"); String se

  • Solaris SWT error

    I am trying to run a jar file, packed using Eclipse, on a Ultra 5/SPARC Solaris machine but keep getting an error from: org.eclipse.swt.internal.motif.OS.XmCreateMainWindow After attempting to run the command ApplicationWindow.open() I am using all o

  • Procurement Cycle Screen shot

    Hi, Can anybody send the SAP screen shot of the Procurement cycle with each Tcodes from PR>PR Release>RFQ>Quotation>PO>PO Release>GR>GI>Invoice Verification email: varaghamurthyck at the rate of gmail.com Points will be rewarded Regards

  • Satellite L755 - Webcam is not working - interactive window station

    Dear Toshiba Community, I have a Toshiba L755 series. I was able to use the built-in webcam with Skype. while running skype recently, i was surprised to see that the camera couldn't be found. I went to Device Manager to see what the problem could be,

  • How are the backlight built-into the macbook air 2013?

    Is it built edge lit or back lit?  And i know its not using bulbs to light cause the display is too thin; so what are they using to light the monitor up?  Thanks for the help guys