Jump to content

Qustion about sending mail


hno

Recommended Posts

Web servers are not responsible for sending email. You need an email server to send email, unless you are only sending it to yourself, in which case you can send it directly to your email address by using SMTP authentication.

 

What exactly are you trying to accomplish?

 

 

Web servers are not responsible for sending email. You need an email server to send email, unless you are only sending it to yourself, in which case you can send it directly to your email address by using SMTP authentication.

 

What exactly are you trying to accomplish?

 

,i want to add a possibility to the users of my site that they can send emaisl to me .How can i do that?

I use gmail for my emails.What code i should use to add this possibility to users to send emails?

Which requires a mail server still.

 

Are you on a shared host?

Do they support the mail() function?

 

If so, the it should be no problem.

 

why not just use a "contact us" form?

 

No,it doesn't suppport mail() function.Is it possible to use gmail server to send mail from the script?How can i do that?

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.