Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email Program help.

venkat_o
Active Contributor
0 Likes
408

Hi friends,

<b>1</b>.

I have created email program with PDF attachment.I need to make one sentence BOLD or COLOR in the body of the email.

Ex:

I have created <b>email program</b> with <b>PDF</b> attachment.

<b>2</b>.

I am able to make link to sentence .Like this .

<a href="http://mail.yahoo.com">" Yahoo mail ID Site</a>

..Advance thanks..

<b>Thanks,

Venkat.O</b>

3 REPLIES 3
Read only

venkat_o
Active Contributor
0 Likes
378

Have a look at the above program .

<b>Thanks,

Venkat.O</b>

Read only

venkat_o
Active Contributor
0 Likes
378

unsolved

Read only

Former Member
0 Likes
378

Hi,

Have you tried out using HTML code. I did the same, something like this and it works out.

wa_mail_msg = '<P> <SPAN style="font-family:arial;font-size:10pt;color:black" >'.

<p> is the start of the HTML code

you need to close the tags.

Thanks

Papiya