This topic is locked

There is a project as an example to send email

3/3/2012 6:45:20 PM
PHPRunner General questions
I
igiacchi author

Hi Guys,

I should create a form to write and send e-mail like circulars or greeting to the names in the database, possibly attaching a file, such as a catalog.
The ideal would be to perform a search the names in the database with the filters and store your choices so they can be used also for the next time.
If anyone has an example to show me I would make a great favor.

C
cgphp 3/4/2012

Check this article: http://xlinesoft.com/phprunner/docs/send_simple_email.htm

You can find additional examples in the documentation.

I
igiacchi author 3/6/2012



Check this article: http://xlinesoft.com/phprunner/docs/send_simple_email.htm

You can find additional examples in the documentation.


Hi Cristian,

thanks for the link.

I looked at the example and tried to develop a solution but it is too difficult for me.

I honestly do not know where to begin.

There is not anyone in this forum that can help me about this problem.

I just need a solution to search some customers in the database using the filter embedded into PHPRunner and simply send and email with variable text message, an object and an attach file all found users.
Thanks to all in advance.

Ivano

C
cgphp 3/6/2012

Check also this article: http://xlinesoft.com/phprunner/docs/print_search_parameters_on_list_page.htm

You have to manually code this solution.