Jump to content

Php ini


shaney

Recommended Posts

Hello Forum,

 

First off I am no expert were it comes to anything php,

I hope someone can give me a little help on a problem I have.

 

I setup a windows server 2003, php, mysql etc a few years ago and all is working very well.

 

I host two of my own sites and quite a few charity sites, my problem now is that many of the charity sites want to use some of the php programmes I am using ie forum and photo gallery.

 

I have set these up on there sites but am having problem getting there email to send via php mail. I am quite sure that I ether have to add something to my php.ini or make other php.ini on my server, maybe I am wrong

 

Here is what I have now:

 

[mail function]

; For Win32 only.

SMTP = localhost

smtp_port = 25

sendmail_from= [email protected]

 

; For Win32 only.

sendmail_from = [email protected]

 

This works fine for my site, but how do I add more address.

 

Any help would be welcome many thanks……..Shaney

 

Link to comment
https://forums.phpfreaks.com/topic/131093-php-ini/
Share on other sites

I have about 20 different websites running on my server, I use mybb forum, coppermine gallery and a few others they all require a php mail address in there setup page.

 

The mail system on my website works fine but unless I use my email address on other people’s forums/galleys that I host, their mail will not work. Obviously I do not want to receive other people’s forum or gallery admin email.

 

Sorry if this is a bit confusing as i am doing my best to explain....lol

 

Link to comment
https://forums.phpfreaks.com/topic/131093-php-ini/#findComment-680714
Share on other sites

I don't understand your question.  Add more addresses where, who you send to or who it comes from?  I assume you mean From.  The FROM usually has to come from a valid Email that is on the Domain where the site resides.  Maybe you want to modify the REPLY TO address instead?

 

Another option, create a email for each client on your site.

 

This works fine for my site, but how do I add more address.

 

Any help would be welcome many thanks……..Shaney

 

Link to comment
https://forums.phpfreaks.com/topic/131093-php-ini/#findComment-682143
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.