Hi Mike,

> Boss wants solution that auto-creates tickets based on incoming emails to 
> that web mail account. 

If ZenDesk is too expensive, check out FreshDesk and Zoho for cheaper 
alternatives.

If you go the build route, find an IMAP compatible control that works with VFP, 
create a dedicated account to receive mail, poll that account and use the IMAP 
component to parse the message into a structure you can process. Sounds easy, 
but gets complicated when you start to factor in non-text emails (RTF or HTML) 
and attachments. 

If you're willing to expand your tool set for this project, Python has a built 
in IMAP library ("batteries included").

Good luck,
Malcolm

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/1537478427.680986.1515304712.2ed48...@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to