Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5628 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi there,

Until recently our mail server and web server were on one machine. However now the mail server is on a separate machine with its own ip address. This means that all my email notification scripts have stopped working. How do I code it in the php.ini file so that it knows which ip address to use?

All advice gratefully received.

Cheers,

Steven

Posted

http://www.phpbuilder.com/board/showthread.php?t=10307560

Basically just find the line that says:

SMTP=localhost and change it to SMTP=yourEmailMachine

Posted

Thanks Genx but no joy.

I tried SMTP=ip address of mail server and SMTP=domain name of mail server but still not working.

We have a Mac environment and run on Apache. Does that matter?

Cheers,

Steven

Posted

Well 2 things:

1) Paste relevant lines here just to make sure you haven't done something silly before we go goose hunting.

2) It may be that your email server requires authentication when sending from an IP that is not localhost. You may need to tweak your mail server. If tweaking your mail server is not an option you can look at using a different method for sending email but again... just double check 1 first.

This topic is 5628 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.