Ask a Question related to Dreamweaver AppDev, Design and Development.
-
johnnycage #1
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
-
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? ... -
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... -
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 ->... -
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... -
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... -
Alexandru COSTIN #2
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 & 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



Reply With Quote

