-1

How can I sent mail from a test site in WordPress? I have it in localhost using xampp.

I tried some plugins but I cant find any solution.

I got errors every time.

Thank you very much.

cha_th
  • 1
  • 1
  • 2

1 Answers1

0

You need to use PHP mailer with Xampp to be able to send emails...

  • Can i have some more informations? I want via WordPress from xampp, when i have internet connection to send mails. If i dont have connection i use another app to save the mails localy. – cha_th Nov 07 '18 at 08:13
  • Just do some research on how to use Xampp with wordpress locally. A quick google search with get you tons of resources to learn from...PHPMailer is but a library to send emails safely and easily via PHP code... –  Nov 07 '18 at 16:43
  • Thank you for the information :D I achieved to use xampp and send mail, but i can do both. If its online send and if its offline save localy. – cha_th Nov 09 '18 at 07:21