-2

We have a mail server and we want to create new mail addresses with user submitted details. Is it possible to do it with php?

Rakhitha Nimesh
  • 1,393
  • 2
  • 16
  • 26

1 Answers1

1

Is it possible to do it with php?

yes.

However, you need to know how to operate this mail server, as there is no createNewMailAddres() finction in PHP yet.

Your Common Sense
  • 156,878
  • 40
  • 214
  • 345