Any one know SMTP and PHP integration?

4 replies
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.

i know for this two things are required PHP and SMTP
#integration #php #smtp
  • Profile picture of the author timvaquera
    you can use cpanel and set an autoresponder to the particular email address
    {{ DiscussionBoard.errors[4244452].message }}
  • Profile picture of the author ussher
    Signature

    "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

    - jamroom.net
    Download Jamroom free: Download
    {{ DiscussionBoard.errors[4249192].message }}
  • Profile picture of the author phpdev
    Use phpMailer that would work fine
    Signature
    Ali Usman
    PHP, MySql, WordPress, API Programming, E-Commerce Site, Payment Integration, Twilio, SMS Marketing, Custom Development, Wordpress, Joomla, Interspire, BigCommerce, Volusion, 3dCart and many more...
    sales@bluecomp.net
    {{ DiscussionBoard.errors[4305958].message }}
    • Profile picture of the author rufaswan
      These are called 'Auto Responders' (CPanel) or some called them 'Vacation responder' (Gmail / Yahoo Mail).

      (Under Mail Settings)
      Vacation responder:
      (sends an automated reply to incoming messages. If a contact sends you several messages, this automated reply will be sent at most once every 4 days)
      Auto Responders
      You can use auto responders to send a message back automatically to anyone who sends an email to a specified account. This can be useful for times when you are on vacation or unavailable, or if you have a generic message that you wish to send from a support email address.
      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
      {{ DiscussionBoard.errors[4326478].message }}

Trending Topics