Can any one help on this
how to send the strings with Bold Like i want to send HAI , we are using SMTP append body function to send the text in body of the mail
Thanks for your help
Can any one help on this
how to send the strings with Bold Like i want to send HAI , we are using SMTP append body function to send the text in body of the mail
Thanks for your help
Use HTML bold properties
hai
I did like the above, but no use
Did you check this?
Just put your code here Let us know also what you have written and where ?
Oops!! Where is the link?
Here it is
http://tricksnavision.blogspot.in/2010/01/how-send-email-with-attached-report.html
code
smtpmail.appendbody(’ HAI ');
didnt work?
where are you checking?
define one variable as Subject
Subject :=’’ +
‘’ +
‘HAI’ + ‘
’ +
‘’ +
‘’
smtpmail.appendbody(subject);
Can you show us the
CreateMessage(
Line?
HI AMol
oops its not working
createmessage function’s last option should be TRUE, its “html formatted” value. if its false you wont html formatting
Cusmtpmail.createmessage(testing, to,cc,subject,’’,false)
Use
Cusmtpmail.createmessage(testing, to,cc,subject,’’,TRUE)
Thanks All for your help
Welcome [:)]