FTF Developer
Forum Replies Created
-
Forum: Plugins
In reply to: [Linkbuildr] Confirmation For Sent Emails?I’m going to see if I can sneak in any of the functionality you’ve mentioned into our next release (probably coming out on Monday, as it’s good to go right now, but we don’t deploy on Fridays).
Specifically, notifications (although probably not a log yet) of emails sent, and the ignore list of domains, are the ones I’m going to aim for. No promises they’ll make it in, but thank you for the feedback, it is very appreciated XD.
-FTF DevelopmentForum: Plugins
In reply to: [Linkbuildr] Confirmation For Sent Emails?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 columnis_sent
and is linked to a given post (throughpost_id
) and a contact (throughsite_contact_id
). It will show atrue/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 DevelopmentYup! Works like a charm XD.
Thank you for the quick reply and fix, is very appreciated ?? ??