Hi,
Am Using CURL plugin for send email.
I need the some of the email content was in “BOLD”. Am try to use string shape. But I can’t get it.
Help me out from this…
Thanks.
Hi,
Am Using CURL plugin for send email.
I need the some of the email content was in “BOLD”. Am try to use string shape. But I can’t get it.
Help me out from this…
Thanks.
Using MBS Plugin?
You need to use html there for getting text bold.
<b> </b>
Dim S As String
S = “Hello”
Syntax Error
Can u pls advice how to use html?
S = “Hello”
[quote=282813:@Pathma Mu]Dim S As String
S = “Hello”
Syntax Error
Can u pls advice how to use html?[/quote]
This resource you may find useful;
I think you oversimplify this.
Writing property html requires some knowledge.