How to send mail with dreamweaver & PHP

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to send mail with dreamweaver & PHP

    How to send mail with dreamweaver & PHP..??? I keep getting this error
    message 'Warning: mail(): 'sendmail_from' not set in php.ini or custom 'From:'
    header missing in C:\Apache2\htdocs\OCSP\test5\newsletter\newsletter _sent.php
    on line 19' What does it mean..??? I access to php.ini and found this... SMTP:
    localhost Port : 25 Sendmail_from = Tell me what should i do... i try to
    put my email at sendmail_from but the error is still the same... at my pc i
    only have apache server.. installing with php and mysql.... Do I need a SMTP
    server..??? Please help...

    johnnycage Guest

  2. Similar Questions and Discussions

    1. CF keeps trying to send the same bad mail over and over
      CF keeps trying to send the same bad email over and over...why? The domain is indeed bad, but why not just write it to undelivr and stop sending? ...
    2. Something seems to be trying to send mail out
      Hello All, I'm having a problem and seeing exceptions in my mail.log file. I'm running MX6.1 on Window 2003. Something seems to be trying to send...
    3. the script hangs up when i try to send mail with attachments using MAIL::Sender...???
      As said in the topic... when i try to send an e-mail message using Mail::Sender the script hangs up before execution of $sender ->...
    4. Can't send/receive Mail (Apple Mail)
      Somehow, I can't send or receive any E-mails... I'm using apple mail and tried with entourage, too... I also checked user name, password..etc...
    5. Send Same E-mail To Multiple E-mail Addresses?
      "Ralph Swanson" <r.swanson@sbcglobal.net> wrote: You need one. First add all the Addresses to your Address Book, then go File > New Group and...
  3. #2

    Default Re: How to send mail with dreamweaver & PHP

    You need a SMTP server that will accept relaying mails from your host.

    This should usually be the same server as you have configured in your
    E-mail client.

    Alexandru

    johnnycage wrote:
    > How to send mail with dreamweaver &amp; PHP..??? I keep getting this error
    > message 'Warning: mail(): 'sendmail_from' not set in php.ini or custom 'From:'
    > header missing in C:\Apache2\htdocs\OCSP\test5\newsletter\newsletter _sent.php
    > on line 19' What does it mean..??? I access to php.ini and found this... SMTP:
    > localhost Port : 25 Sendmail_from = Tell me what should i do... i try to
    > put my email at sendmail_from but the error is still the same... at my pc i
    > only have apache server.. installing with php and mysql.... Do I need a SMTP
    > server..??? Please help...
    >
    Alexandru COSTIN Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139