Send mail with picture in mail body

Hi Experts,
How to send mail with picture in mail body area? ( Note : not as an attachment. )
Eg:
......Header image.....  <<------ I want to insert image here
Dear user,
You have received a notification.
..... Footer image .....   <<------ I want to insert image here 
Note : If user opened mail then user can able to see the image.
Thanks in advance.
Regards,
Harish

Hi Harish,
Please visit these links:
1. Embed the picture instead of Linking in Mail forms
2. Send HTML mail with image
3. http://sap.ittoolbox.com/groups/technical-functional/sap-dev/html-format-email-528045
May it helps you.
Regards.
Deepak Sharma

Similar Messages

  • How do I send email with pictures attached, using PSE 9 and Windows 7 ?

    How do I send email with pictures attached, using PSE 9 and Windows 7 ?

    Try email attachment workflow in Organizer. http://tv.adobe.com/watch/learn-photoshop-elements-9/sharing-your-images-via-email/
    Thanks
    Andaleeb

  • Can't send emails with pictures bigger than 8mb on iphone 4s

    Hi , I can not send email with pictures attached (3 or 4 pictures) higher than 8MB. I have an Iphone 4S

    Pictures usually size is 2 or 2.2MB each, when i try to send 4 at the same time the phone takes about 10 minutes or more to send it and finally a message in the sent folder shows "Can not send email" and thats it, if I reduce the size of the pictures sending again to ~5MB the email goes ok.

  • How to send mail body using RE_CN_RA_INVOICE interface from RECPA520

    Hi ABAP Guru,
    I am using a standard interface RE_CN_RA_INVOICE for tcode RECPA520 for generating pdf form and send the corresponding PDF to  corresponding address maintained in Business Partner.The problem is mail is sending with attachment but there is no mail body.
    Please help

    You have to convert your long string to a table of shorter strings.
    There may be other ways, but one possibility is to use a loop to process you string.
    while (there is something left)
       put the next e.g. 1024 characters in a new row of your table
    endwhile
    If you need to reconstruct your string from the table, don't use simple concatenation since it will remove blanks at the end of lines. Believe me (from experience) sooner or later this will happen.
    Instead you need to either set the subsections of your long string, or insert from the end of your table and keep shifting the contents (probably less efficient) right

  • In send mail body of text all commas r displayed as Dots and all dots as co

    Hi Experts,
                      I am sending sales order details in mail but when it reaches the users outlook mail box all
    commas are displayed as dots and all dots are displayed as commas.
    Work flow body
    Sales Order No : &BUS2032.SALESDOCUMENT&
    Customer No : &BUS2032.ORDERINGPARTY.CUSTOMERNO&
    Sales Organization : &BUS2032.DISTRIBUTIONCHAIN.SALESORGANIZATION&
    Sales Division : &BUS2032.SALESANDDISTRIBAREA.DIVISION&
    Total Credit Limit  : &CREDITLIMIT&
    Available Credit Limit  : &AVL_CREDITLIMIT&
    Present Order Value : &BUS2032.NETVALUE&
    Mail body Display
    Credit Limit exceeded By  22.221.456.873,75-
    Sales Order No : 262
    Customer No : 300000
    Sales Organization : 1000
    Sales Division : 10
    Total Credit Limit  : 12.000.000,00
    Available Credit Limit  : 765.286,25
    Present Order Value : 22.222.222.160,00
    Please tell me how to resolve this issue.
    Regards,
    Hari

    Hi,
    this is the "Defaults" settings of the user.
    Go to SU3 and in the "Defaults" tab, choose your choice.
    Hope this solves your issue
    venu

  • Apply color in send mail body part

    Hi SAP Gurs,
    I am creating program for sending mail to user.. in that mail i so many header and line item are there, i want to apply color or bold, italic format in body part.... so its look like seprate in body part
    So is there any possibilty to apply color or bold words in mail body part?
    Please help me......
    Thanks zeni

    You can use the HTML text in the Message body part to get the Colors, Bold, Italics like effect in the mail.
    Please refer my answer in this post.
    formating possible in sending mail program
    Regards,
    Naimesh Patel

  • Email campaign with picture in email body

    Hello All,
    I have searched for email campaign in BYD system but couldn't find anything like that.
    We want email campaign to be run from SAP System (just like mail merge) in which email body can contain picture or .jpg file.
    May i know about this? or any html code for adding picture in email body?
    Please help, Thanks

    Try turning the account off and on : Settings > Mail, Contacts, Calendars , then tap the account on the right, slide Mail to 'off', exit settings and go back into the Mail app, and then go back to Settings and slide Mail back to 'on'
    If that doesn't work then try closing the Mail app completely : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Can't send emails with picture attachments

    All of a sudden, I can't sent emails with picture attachments. I last tried this a few weeks ago and it worked, now it doesn't.
    I have tried a battery pull while the phone is on, registered on the network again and had the service books resent and nothing works.
    Anyone else have this problem or have any ideas of how to fix it?

    Can you please provide more information? Are you getting any error message when attaching or sending the pictures? Are you able to send other types of attachments? Is this happening for all email accounts on your BlackBerry?
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Send mail body +  attachement

    Hi expert,
    I am using one script through that using rsync to synchronize one folder call "demo" and then send the output of the script to my mail box (outlook mail box).
    It is doing all perfectly.
    Now the additional requirement is to send the same output file as an attachement also.
    Means the comming mail should be like : message body + attachment.
    Here is the scritp and its output.
    #!/bin/bash
    ADMIN="[email protected]"
    . .profile
    cd /u01/test1
    rsync -avzu --stats demo [email protected]:/u04/test2 > t.txt
    cat t.txt| mailx -s "XXXXXXXXXXxx" $ADMIN
    exit 0
    output:
    sending incremental file list
    rsyn/test1.lst
    Number of files: 4
    Number of files transferred: 4
    Total file size: 212 bytes
    Total transferred file size: 66 bytes
    Literal data: 2 bytes
    Matched data: 64 bytes
    File list size: 93
    File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 150 Total bytes received: 38
    sent 150 bytes received 38 bytes 8.00 bytes/sec total size is 212 speedup is 1.13
    please suggest a way
    Thanks in ADV

    Does the following work?
    cat t.txt | uuencode -m t.txt > t.tmp
    unix2dos t.tmp
    echo >> t.tmp
    echo >> t.tmp
    cat t.txt >> t.tmp
    cat t.tmp| mailx -s "XXXXXXXXXXxx" $ADMIN
    rm t.tmpuuencode -m will do MIME base64 encoding which is today's binary encoding standard for email attachments. If you run Enterprise Linux you can install uuencode, etc. using "sudo yum install sharutils". Using unix2dos may be necessary.

  • Send email with picture in content

    We created a scenario in which we send an email with the mailpackage to a business partner. Now we want to have a picture (a logo) in the email body. Is it possible to send an image with the mailpackage? The body of the email contains html at the moment.

    hi,
    >>>> Is it possible to send an image with the mailpackage?
    yes this possible - you can include the java code in an adapter module
    but I don't know if you refere to this attachment from your e-mail message later on
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Trying to send email with contents in the body of the message

    Hi,
    Has anyone been successful in modifying the RW_EMAIL_NOTIFICATION script in such a way that allows the contents of the email "body" to be sent as a parameter from a calling script? Thanks.
    Regards,
    David Carr

    David,
    Here is the solution I use which hopefully will suit your requirements and is a little more elegant than the workarounds for using rwmail.  Oracle has the ability to send SMTP emails once you enable the UTL_SMTP package. 
    Log in to Oracle as the SYS user and run the Oracle supplied script to create the UTL_SMTP package - utlsmtp.sql in the Oracle rdbms/admin directory.
    Now create a procedure that you can call subsequently in your scripts to send emails using the UTL_SMTP package.  I created this script under the SYSJCS schema as I'm only going to call it from there, but you could create it as SYS and then create a public synonym for it.
    I called my procedure send_mail (see below).  The enabling of the UTL_SMTP and the creation of the send_mail procedures are one-offs and don't have to be repeated (unless you want to change something about send_mail).  Just change the name of the mailhost in the procedure to one appropriate for your  company.
    NB: I have had to substitute the "at symbol" with *at* otherwise the forum wouldn't accept the post.
    CREATE OR REPLACE PROCEDURE send_mail (
    pSender    VARCHAR2,
    pRecipient VARCHAR2,
    pSubject   VARCHAR2,
    pMessage   VARCHAR2) IS
    mailhost  CONSTANT VARCHAR2(30) := 'yoursmtpcapable.mailserver.corp';
    crlf      CONSTANT VARCHAR2(2):= CHR(13) || CHR(10);
    mesg      VARCHAR2(1000);
    mail_conn utl_smtp.connection;
    BEGIN
       mail_conn := utl_smtp.open_connection(mailhost, 25);
       mesg := 'Date: ' ||
            TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss') || crlf ||
               'From: <'|| pSender ||'>' || crlf ||
               'Subject: '|| pSubject || crlf ||
               'To: '||pRecipient || crlf || '' || crlf || pMessage;
       utl_smtp.helo(mail_conn, mailhost);
       utl_smtp.mail(mail_conn, pSender);
       utl_smtp.rcpt(mail_conn, pRecipient);
       utl_smtp.data(mail_conn, mesg);
       utl_smtp.quit(mail_conn);
    END send_mail;
    Now you can call the send_mail procedure with, e.g.
    send_mail(pSender=>'redwood**at**mycompany.com',pRecipient=>'basisteam**at**mycompany.com',pSubject=>'Alert: Redwood job failure',pMessage=>'There has been a job failure that should be addressed a.s.a.p.');
    Here is a practical application of this email facility.  I created a trigger for ON_JOB_STATUS_CHANGE called _ERROR and here is the code that is executed.  We store contact details for business users that need to be notified of a job failure in the Comment field of the script definition, so for a failed job we grab that info and email it to a power user dlist which includes 24/7 Ops that will call-out the contacts specified.
    Any Comment field that starts with the text CRITICAL_JOB results in an email to the Ops that will perform the call-out, otherwise the email goes to a less critical dlist.
    procedure SYSJCS.ON_JOB_STATUS_CHANGE_ERROR (
      p_job_id     in integer
    , p_old_status in varchar2
    , p_new_status in varchar2
    is   
        v_script       varchar2(30);                                   
        v_step_id      varchar2(9);
        v_description  VARCHAR2(80);
        v_comment_text VARCHAR2(4000);
    begin
        if p_new_status in ('E', 'O') -- Error or Console
        then
            select script_name, decode(step_id, null,'JOB/CHAIN','STEP')
            into v_script, v_step_id
            from jcs_jobs
            where job_id = p_job_id;                              
            select description, comment_text
            into v_description, v_comment_text     
            from jcs_scripts
            where name = v_script;                              
            if ( SUBSTR(v_comment_text,1,12) = 'CRITICAL_JOB' )
            then    
               send_mail(pSender=>'redwood**at**mycompany.com',
                         pRecipient=>'criticaljobalerts**at**mycompany.com',
                         pSubject=>'CRITICAL ALERT: Job failure in '||v_script||' ('||p_job_id||')',
                         pMessage=>'Job Description: '||v_description||chr(13)||chr(13)||'Operations Team please ensure you contact one of the following people via telephone a.s.a.p.'||chr(13)||chr(13)||'Comments: '||chr(13)||v_comment_text);
            else
               send_mail(pSender=>'redwood**at**mycompany.com',
                         pRecipient=>'basisteam**at**mycompany.com',
                         pSubject=>'Alert: Job failure in '||v_script||' ('||p_job_id||')',
                         pMessage=>'Job Description: '||v_description||chr(13)||'Comments: '||chr(13)||v_comment_text);
            end if;
        end if;
    end;
    Hope this was useful.
    Regards
    Guy

  • I have an iPhone 5 white 64gb and it will not send texts with pictures (elcluding imessage) why is this?

    I Live in Canada and my carrier (Rogers) states my plan as 2000minutes of local talk, 300mb of data, UNLIMITED TEXT PICTURE VIDEO MESSAGING, call display and voicemail! For some weird reason whenever i send a picture or small video ove a text message (not imessage) it tries sending for 2 minutes then says message send failure! I am not having the problem with imessage! Does anyone know how to fix this problem and has this problem???

    If you have MMS enabled on your iPhone, you need to contact your carrier since MMS are exchanged over your carrier's cellular network only.

  • Can't send message with picture included.

    I have a Droid Incredible 2 and for the last 3 days I have not been able to send a text message if I include a picture with it.  I can send just text but when I add a picture it comes back to me with an icon of a red triangle with an exclamation point in the center.

        Thanks for your efforts lauraherren! Please disable WiFi and test sending a picture message. If issue continues, visit the Play Store and download Verizon Messages App and test sending the picture message with it. Keep us posted.
    AntonioC_VZW
    Follow us on Twitter at www.twitter.com/VZWSupport

  • With the new update, can you send emails with pictures from Photos?

    I haven't updated my iPod Touch. Just curious about the Mail program. Does it work like iPhone that you can send photos from your Photos?

    Wow that is an awesome feature I didn't even know was available thanks

  • Email Purchase Order with mail body

    Hi, ALL,
    I would like to email purchase order to vendors with customized email subject and body. I did configuration in IMG according to note 191470. I also set up title and text in IMG. Now I can email PO with subject (title). But there is no mail body ( the text? ) . Is there anybody know how to do it? Thanks a lot!
    Jack

    Hi,
    In standard you can send purchase order by mail with subject line (title) only and you can not send mail body text.
    Check the link:
    Send PO External email with attachement and Body text
    Regards,
    Biju K

  • My Droid Incredible 2 will not send or receive pictures with texts.

    It used to work fine but when received now, it gives option to "download" or "decline" -- download ends in a loop that never works.  I also can no longer send texts with pictures attached.  Help?!

        Help is here! Picture messaging is extremely important to me. There are a few things we can check in order to get your MMS working again. We first want to make sure your other data services are working. Are you able to access the browser from the device?
    You can also go to settings>applications>all>go to messaging>clear cache
    Also, clear out any threads of old messages and try to send your MMS again.
    Please let me know how that works for you.
    Tamara H.
    Follow us on Twitter @VZWSupport

Maybe you are looking for