Email Broadcast

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

EMAILBROADCAST

<!DOCTYPE html>

<html>

<head>

<title>email broadcast</title>

</head>

<body>

<h2>Email Broadcast</h2>

<span>

<form>

<p><h4>Date<input type="date" name="date">

Time<input type="Time" name="time"></h4></p>

<h4>From<input type="email" name="mail"></h4>

<h4>To<input type="email" name="mail"></h4>

<h4><input type="radio" name="visible">Cc<br>

<input type="radio" name="visible">Bcc</h4>

<h4>Subject<input type="text" name="subject"></h4>

<h4>Body<input type="text" name="content"></h4>

<button type="submit">Send</button>

<button type="cancel">Cancel</button>

</form>

</span>

</body>

</html>

You might also like