Results 1 to 2 of 2

Thread: [RESOLVED] Sending mail...

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Resolved [RESOLVED] Sending mail...

    I just searched the forum a bit to see what was the easiest way to send mail. And I ended up with something like this:


    PHP Code:
    $headers  "MIME-Version: 1.0\n";
    $headers .= "Content-type: text/plain; charset=iso-8859-1\n";
    $headers .= "X-Priority: 3\n";
    $headers .= "X-MSMail-Priority: Normal\n";
    $headers .= "X-Mailer: php\n";
    $headers .= "From: \"" "morro mannen" "\" <" "[email protected]">\n";

    mail("[email protected]",$mSubject,$mMessage,$headers); 

    Something that doesn't seem to work for me. Any ideas? Shouldn't I have to write pasword or mail server or something too to make it work?

    I found this in my cPanel on my domain, if that is any help.

    Manual Settings
    Mail Server Username: myusername
    Incoming Mail Server: mail.noteme.com
    Outgoing Mail Server: mail.noteme.com (server requires authentication)
    Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
    Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)

    Thanks in advance
    - ØØ -

  2. #2

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Sending mail...

    Hmmmm...it actualy did work...it is just my mail app that is unable to download mails from my domain.....well need to find a linux forum then.....


    - ØØ -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width