Any one know SMTP and PHP integration?

by 4 replies
5
#programming #integration #php #smtp
  • you can use cpanel and set an autoresponder to the particular email address
  • Use phpMailer that would work fine
    • [1] reply
    • These are called 'Auto Responders' (CPanel) or some called them 'Vacation responder' (Gmail / Yahoo Mail).

      OR, you can code a function to do it. On your contact form, after the your script validated the submitted data but before display a success message, reuse the user's email back (just switch 'from' and 'to' field around) and send them an email for notification.

      There might be more alternative ways to do it, just pick one that is suitable for you.

      - Rufas

Next Topics on Trending Feed

  • 5

    hi there i want to know that how can i fulfill that requirement for my website that if some one sends me an email then he will automatically get an email of his email address that your request is received we will contact u soon.