Jump to content

mailer advise needed


dflow

Recommended Posts

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

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.