|
|
|
|
|
by jedediah
6225 days ago
|
|
Since you're writing a web app, there are very likely many well-tested libraries for sending mail. I suggest using one of these, then stub the interface to the librart and make sure your code is using the correct API when talking to the library. |
|