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?

 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.