Basic Cease and Desist Letter Template

VIA CERTIFIED MAIL & EMAIL

TO:
Recipient Name
Recipient Address

RE: IMMEDIATE CEASE AND DESIST DEMAND REGARDING UNAUTHORIZED USE OF PROPERTY

Sincerely,

Sender Name / Legal Counsel
Issuing Firm/Company

1. Conduct and Harm

2. Legal Basis and Demands

Parties & Jurisdiction


I. THE HARMFUL CONDUCT
The specific conduct at issue is the following: ${conductDetails}. This conduct has caused and continues to cause demonstrable harm, including but not limited to financial loss, damage to reputation, and emotional distress.

II. LEGAL BASIS
Your actions constitute a clear violation of law, including but not limited to the provisions of ${legalBasis}. Further continuation of this behavior will result in severe legal action.

III. DEMANDS
You are required to comply with the following demands immediately:

${demands}

If you fail to comply with these demands within 10 days of the date of this letter, we will pursue all available legal remedies, including seeking injunctive relief and monetary damages in the courts of the ${jurisdiction}.

`; document.getElementById('cdlt-letter-body').innerHTML = letterBody; }; window.cdltResetData = function(silent = false) { if (silent || confirm("Clear all letter data and reset to default?")) { document.getElementById('cdlt-cfg-recipient-name').value = 'Recipient Doe'; document.getElementById('cdlt-cfg-recipient-address').value = '101 Fictional Lane, Anytown, CA 90001'; document.getElementById('cdlt-cfg-sender-name').value = 'Jane P. Smith, Esq.'; document.getElementById('cdlt-cfg-sender-firm').value = 'Legal Counsel LLP'; document.getElementById('cdlt-cfg-jurisdiction').value = 'County of New York, State of New York'; document.getElementById('cdlt-in-conduct-type').value = 'Unauthorized Use of Trademark'; document.getElementById('cdlt-in-conduct-details').value = 'The Recipient is currently using the trademarked term "ACME" in their digital advertisements without license.'; document.getElementById('cdlt-in-legal-basis').value = 'Violation of 15 U.S.C. § 1125 (Lanham Act - Trademark Infringement)'; document.getElementById('cdlt-in-demands').value = '1. Immediately remove all infringing digital and physical advertisements.\n2. Provide written confirmation of compliance within 7 business days.\n3. Destroy all materials bearing the mark "ACME."'; cdltGenerateLetter(); if (!silent) alert("Letter draft reset to template."); } }; // --- PDF Export --- window.cdltDownloadPDF = function() { const element = document.getElementById('cdlt-export-area'); const opt = { margin: 0.5, filename: 'Cease_and_Desist_Letter_Draft.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(element).save(); }; })();
Scroll to Top