i would like to send emails from my web app hosted remotely in a shared server.

I tried with google SMTP server but it doesn't work ok always. Now i would like to try with a server email, so how can i know if i have a server mail that i can use to send emails from my web app?

Javi

link|improve this question

50% accept rate
This might be better on ServerFault.com or Stackoverflow.com – Jon Cage Apr 29 '10 at 11:22
Can you be more specific about 'it doesn't work ok always' ? – Jon Cage Apr 29 '10 at 11:26
Out of scope as websites or web service. – BloodPhilia Jun 30 '10 at 13:04
feedback

closed as off topic by BloodPhilia, quack quixote Jul 1 '10 at 4:14

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

2 Answers

Try one of the following:

  • Ask your hosting company; if there's an email server available, they ought to know.
  • Use GMail
link|improve this answer
feedback

Ask your hosting company.

Or if you have PHP try using the mail function and see if a mails ends out or any errors come out.

This question should be put at stackoverflow.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.