seitime-frappe/frappe/docs/current/models/email/bulk_email.html
2015-12-04 10:22:48 +05:30

216 lines
No EOL
4.4 KiB
HTML

<!-- title: Bulk Email -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/frappe/tree/develop/frappe/email/doctype/bulk_email"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabBulk Email</code></p>
Bulk Email records.
<h3>Fields</h3>
<table class="table table-bordered" style="table-layout: fixed;">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td ><code>sender</code></td>
<td >
Data</td>
<td >
Sender
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>recipient</code></td>
<td >
Data</td>
<td >
Recipient
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>message</code></td>
<td >
Code</td>
<td >
Message
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>status</code></td>
<td >
Select</td>
<td >
Status
</td>
<td>
<pre>
Not Sent
Sending
Sent
Error</pre>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>error</code></td>
<td >
Text</td>
<td >
Error
</td>
<td></td>
</tr>
<tr >
<td>6</td>
<td ><code>reference_doctype</code></td>
<td >
Link</td>
<td >
Reference DocType
</td>
<td>
<a href="https://frappe.github.io/frappe/current/models/core/doctype">DocType</a>
</td>
</tr>
<tr >
<td>7</td>
<td ><code>reference_name</code></td>
<td >
Data</td>
<td >
Reference DocName
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>send_after</code></td>
<td >
Datetime</td>
<td >
Send After
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>priority</code></td>
<td >
Int</td>
<td >
Priority
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>frappe.email.doctype.bulk_email.bulk_email</h4>
<h3 style="font-weight: normal;">Class <b>BulkEmail</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<p><span class="label label-info">Public API</span>
<br><code>/api/method/frappe.email.doctype.bulk_email.bulk_email.retry_sending</code>
</p>
<p class="docs-attr-name">
<a name="frappe.email.doctype.bulk_email.bulk_email.retry_sending" href="#frappe.email.doctype.bulk_email.bulk_email.retry_sending" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
frappe.email.doctype.bulk_email.bulk_email.<b>retry_sending</b>
<i class="text-muted">(name)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->