View Single Post

  #2 (permalink)  
Old 05-09-2008
NC
 
Posts: n/a
Default Re: Sending newsletters from standalone software

On May 8, 9:37 pm, undbund <undb...@gmail.com> wrote:
>
> I would like create a php application that can send html
> newsletter from a normal desktop with internet. Can you
> give me some pointers as to how can I approach this problem.


Get phpDock:

http://www.nusphere.com/products/phpdock.htm

It will allow you to write desktop applications in PHP.

> I want to send the html newsletters without storing the images
> on an online server. If this is possible how can I do this?.


It's possible; you need to figure out how to refer to attached
images in the body of the HTML e-mail.

Cheers,
NC
Reply With Quote