ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Where to set the email receiver?

July 31, 2013 11:05pm

Subscribe [4]
  • #1 / Jul 31, 2013 11:05pm

    GarlicBread

    6 posts

    where can I set email function?

  • #2 / Aug 04, 2013 9:00am

    Boyink!

    5011 posts

    What do you mean?

  • #3 / Aug 08, 2013 5:28am

    sendaen

    1 posts

    which function do you want to set? “email reciver” you should fill every time but you can set signature youself.

  • #4 / Sep 30, 2013 10:04am

    belichenko

    1 posts

    <?php
    $to      = '[email protected]';
    $subject = 'the subject';
    $message = 'hello';
    $headers = 'From: .(JavaScript must be enabled to view this email address)' . "\r\n" .
        'Reply-To: .(JavaScript must be enabled to view this email address)' . "\r\n" .
        'X-Mailer: PHP/' . phpversion();
    
    mail($to, $subject, $message, $headers);
    ?>
  • #5 / Oct 07, 2013 5:24am

    nattasan

    2 posts

    Thank you very much

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases