email configuration in php.ini

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpnew
Forum Newbie
Posts: 18
Joined: Tue Oct 12, 2004 7:40 am

email configuration in php.ini

Post by phpnew »

Sami | Help us, help you. Please use

Code: Select all

and

Code: Select all

tags where approriate when posting code. Read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]

Hello everybody

I had read that email options can be setup by using localhost fro SMTP. I am still in the development stage of a estate agents site can I use my email address or use the alternative method suggested in the forum. 

I have tried but with no result
This part is from php.ini

Code: Select all

їmail function]
; For Win32 only.
SMTP = smtp.mail.com
smtp_port = 25

; For Win32 only.
;sendmail_from = ''.phorum_html_encode('myname@mail.com').''
Please help I am new to php
please
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

f
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

i keep getting server errors when i try and post on your thread?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

rehfeld wrote:i keep getting server errors when i try and post on your thread?
Yea, ther eis something weird happening with posts containing certain things. Let Feyd know what you were tyring to post
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

Post by sakaveli »

i have tried posting this msg four times.
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

if it helps, everytime i got the error message the url contained no query string, it was just posting.php
also, i wasnt using any code/php tags, it was just plain old text like this.
Post Reply