<%- include('header', {menu:'settings'}) %>


Change Password

If you'd like to change your password simply enter a new one here, otherwise leave the field empty.


<% if (deliverData.length > 0) { %> <% var index=1 %> <% for(let i in deliverData){ %> <% if(deliverData[i].status=='0' ){ %> <% }else{ %> <% } %> <% index++; } %> <% } else { %> <% } %>
# Email Date Status Actions
<%= index %> <%= deliverData[i].email %> <%= deliverData[i].createdAt %> PendingDelivered
No deliveries found
<% if (schData.length > 0) { %> <% var index=1 %> <% for(let i in schData){ %> <% if(schData[i].group_id !=null){ %> <% }else{ %> <% } %> <% if(schData[i].status=='0' ){ %> <% }else{ %> <% } %> <% index++; } %> <% } else { %> <% } %>
# Date Group/Emails Number of contacts Status Actions
<%= index %> <%= schData[i].schedule_time %> <%= schData[i].ig_group.name %> <%= schData[i].email %> <%= schData[i].count %> Pending
Delivered
No schedules found
Are you sure?

you want to delete this data.

Edit Schedule
<% include footer %>