Hello everyone,

I am creating a script which will send me a notification by email. But in that email my first line should be bold.

print OUF "\nFirst notification\n";

here i need that First notification should be in bold

If your e-mail client handles HTML, you can simply enclose it in <b> </b> tags. You are really heavily reliant on the e-mail client for this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.