dflow Posted December 16, 2010 Share Posted December 16, 2010 i want to send products to resellers so they can show it to their clients but to show it not on my domain i thought of sending an email with html designed as my product details page BUT the problem here is that the forwarding action by my reseller will ruin the html mailer i thought of using php to pdf any other solutions thanks Link to comment https://forums.phpfreaks.com/topic/221893-mailer-advise-needed/ Share on other sites More sharing options...
sloth456 Posted December 17, 2010 Share Posted December 17, 2010 If your resellers have their own domains and hosting, perhaps you could write up some code that will allow their websites to connect to your database of products and display it. Kinda like an API? I think the email idea is a good one, not sure why your resellers forwarding would ruin the HTML? Perhaps another solution is to create a form on your site where resellers could enter the emails of their clients and the products they want to sell, then your website sends a HTML email direct to their clients. Link to comment https://forums.phpfreaks.com/topic/221893-mailer-advise-needed/#findComment-1148760 Share on other sites More sharing options...
dflow Posted December 17, 2010 Author Share Posted December 17, 2010 A form sending html to their clients would be ideal but i doubt they will insert the clients email in my system Link to comment https://forums.phpfreaks.com/topic/221893-mailer-advise-needed/#findComment-1148788 Share on other sites More sharing options...
sloth456 Posted December 18, 2010 Share Posted December 18, 2010 Perhaps then, have an 'email template generator'. The resellers come to a form on your site where they pick out the product they want to sell and your site returns a template email along with the HTML code they can use to promote the product via email to their clients. Underneath the code are instructions on how to use it. Would that work? Then they wouldn't have to put client emails into your system. Link to comment https://forums.phpfreaks.com/topic/221893-mailer-advise-needed/#findComment-1148877 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.