i have an script that runs on an internet server which i now need to send out some emails. I have an external server that is set up to send email out, and the script i want to run is currently sitting on the external server and works if its just called from a browser.
My question is, what is the easiest way for me to send these emails out from the internal server?
im thinking that some form of ajax might do the trick? or i could try and get the internal server set up with smtp details so it can send the emails instead.
Question
mikeaag
hey,
i have an script that runs on an internet server which i now need to send out some emails. I have an external server that is set up to send email out, and the script i want to run is currently sitting on the external server and works if its just called from a browser.
My question is, what is the easiest way for me to send these emails out from the internal server?
im thinking that some form of ajax might do the trick? or i could try and get the internal server set up with smtp details so it can send the emails instead.
Your advice is much appreciated :D
Thanks in advance
Link to comment
Share on other sites
1 answer to this question
Recommended Posts