Jump to content

mailto() - would it really affect an RH server send ability


programguru

Recommended Posts

I have an interesting situation, and it's mainly in regards to php function mailto().

 

If I am using this function on a web server that works and is configured for php. I am assuming (knowing) that this function does not rely on the actual account I created this on. For example, if the host account has no email addresses configured, and the MX records are not correct, I could still send email with mailto() correct?

 

I would think the function should not be affected by anything else that's configured about the account so long as php is working as normal.

 

The reason I have this question is I had a friend who was configuring his the MX records for his mail accounts, and he claimed the online forms using mailto() stopped working. I figured he was just not able to receive mail, but he claimed all other emails were coming through fine on the other accounts..

 

Can anyone shed some light on this mailto() and if it really relies on the account and not so much php for mail-ability?

willpower,

 

that's what i was thinking also. and it appears that way from testing i have done. i just wanted anyone else's feedback, so at least i have another view on it.

 

i think it really boils down to how the mail() function actually works. it does not seem to rely on traditional smtp services..

 

im still "digging" for info on this one!

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.