Hi @hollywoodonlocation!
Thanks for the support!
At this point there is no front-end confirmation of emails being sent, although thats something that we should definitely add in! Viewing a copy of the email would be a slightly different feature (although related), we’ve also discussed the possibility of getting read receipts internally.
It is possible to confirm that the email was sent in the DB, although I do understand that thats less than ideal. The table linkbuildr_posts_site_contacts
has a column is_sent
and is linked to a given post (through post_id
) and a contact (through site_contact_id
). It will show a true/false
value based on whether an email has been sent to the associated contact for the associated post.
Adding the ability to easily do outreach for already existing content is definitely on our roadmap and soon!
We’re putting out a new update in the next 3 business days or so that adds the ability to import bulk contacts. That was the highest requested functionality, but what you’re looking for is also high up there and will be implemented.
Again, thank you!
-FTF Development