Sending accounts are delivering 6 messages daily instead of 5.
select o.status, p.smtp_username, p.max_daily_processed_outreaches, o.subject, l.first_name, l.last_name, l.email, l.email_verification_result
from "outreach" o
join "profile" p on p.id=o.id_profile
join "lead" l on l.id=o.id_lead
where o.direction = 0
and o.status=2
order by p.smtp_username asc
status|smtp_username |max_daily_processed_outreaches|subject |first_name|last_name|email |email_verification_result|
------+-----------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------+----------+---------+---------------------------------+-------------------------+
2|amy.blain@cutworkerscompensationcosts.com| 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Chris |Kirksey |chris@direction.com | 2|
2|amy.blain@cutworkerscompensationcosts.com| 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Will |Hunt |will@huntmarketingfirm.com | 2|
2|amy.blain@cutworkerscompensationcosts.com| 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Trenton |Beriont |tberiont@tieconsulting.us | 2|
2|amy.blain@cutworkerscompensationcosts.com| 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Andre |Humber |andre@innovationdirectgroup.com | 2|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Daniel |Sardi |leandro.sardi9@bue.edu.ar | 1|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Brendan |------ |brendan@motiveinteractive.com | 2|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name|your company} {on the horizon|ahead|this week|this month}?|Leandro |Sardi |leandro@massprospecting.com | 1|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Silvio |Sardi |sardi.leandro.daniel@gmail.com | 1|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Mario |Sardi |leandro.sardi@expandedventure.com| 1|
2|amy@cutworkerscompensationcosts.com | 5|{Explosive|Rapid|Significant} growth for {company-name} {on the horizon|ahead|this week|this month}? |Jorge |Sardi |leandro@connectionsphere.com | 1|
Sending accounts are delivering 6 messages daily instead of 5.