I'm running an email php script from yahoo, but I want to send email from verizon's mail server. (Not because I want the 'from' field to be different, or anything..but another reason)
Anyway, I do not have access to php.ini, and
I saw in the forum a way to change ini settings in the code. I'm assuming thats if i have read/write access to the file, which i'm sure I don't.
Is there anyway using the mail function to specify another smtp server? Or anything else I can do with PHP to acheive this?
Thanks!