PHP mailscript for Merak email server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jrotten123@hotmail.com

    PHP mailscript for Merak email server

    I need to have a simple online form submit a name and email address
    into the subject line of a generated email for our ISP's mail server.

    The subject line will have set information with the variable name and
    email plugged in
    (Join "password" "listname", "variable email", "Variable name" )

    I have never written a php script and could at least use a starting
    point to do this!

  • petersprc

    #2
    Re: PHP mailscript for Merak email server

    Here's one example:



    On Jun 19, 11:34 am, jrotten...@hotm ail.com wrote:
    I need to have a simple online form submit a name and email address
    into the subject line of a generated email for our ISP's mail server.
    >
    The subject line will have set information with the variable name and
    email plugged in
    (Join "password" "listname", "variable email", "Variable name" )
    >
    I have never written a php script and could at least use a starting
    point to do this!

    Comment

    Working...