Ask a Question related to PHP Notes, Design and Development.
-
nospam@rack1.php.net #1
note 33991 added to function.mail
If your mail server requires authentication or if you just need to communicate directly via sockets, refer to the documentation on fsockopen(). Armed with telnet and some RFCs you can work out exactly what you need to do for the target server in question.
----
Manual Page -- [url]http://www.php.net/manual/en/function.mail.php[/url]
Edit Note -- [url]http://master.php.net/manage/user-notes.php?action=edit+33991[/url]
Delete Note -- [url]http://master.php.net/manage/user-notes.php?action=delete+33991&report=yes[/url]
Reject Note -- [url]http://master.php.net/manage/user-notes.php?action=reject+33991&report=yes[/url]
nospam@rack1.php.net Guest
-
note 33859 added to function.mail
I had wondered how to add a request for "Read recipt" and I believe it is a simple case of adding Disposition-Notification-To: EXAMPLE: $headers... -
note 33858 added to function.imap-mail-move
To move mails via IMAP on an Exchange Server into "Gelöschte Objekte" use: imap_mail_move($mbox, $delmsg, "Gel&APY-schte Objekte"); It took me... -
note 33745 added to function.mail
Please I really need help!... I'm writing this code... and it doesn't wanna work with me...!! Can anybody help me? Thank <html> <head>... -
note 33666 added to function.mail
If I use /* To send HTML mail, you can set the Content-type header. */ $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html;... -
note 33650 added to function.mail
If you put the headers in quotationmarks ("), they work fine - but if you use ('), they don't... ---- Manual Page --...



Reply With Quote

