E-mail to not accept reply

Asked

Viewed 75 times

1

I’m sending a confirmation e-mail to a client using Phpmailer. I would like to know how I do so that the customer can not send any answers, just click on the link and confirm the registration. Is there any default email for if passed by setFrom, as in the example below?

$mailto->setFrom('[email protected]', 'Company');

  • Obrigado Ricardo

  • 1

    Just use a non-existent address. It should be from your own domain, to ensure that it is never created, and not cause mistrust. If you use a real account, the customer will respond and assume you have received and read, since there will be no mistake.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.