Sending newsletters from standalone software

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • undbund

    Sending newsletters from standalone software

    Hi, 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. I want to send the
    html newsletters without storing the images on an online server. If
    this is possible how can I do this?. Can you also provide me with
    examples of similar software.

    Thanks for all your help
  • NC

    #2
    Re: Sending newsletters from standalone software

    On May 8, 9:37 pm, undbund <undb...@gmail. comwrote:
    >
    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:



    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

    Comment

    Working...