Project:
Email client using C++
Problem:
Can't email multiple clients
dunno how should i enter
multiple email address in "RCPT TO:"...I've tried inputting 2 email adds separated by a comma...
rcpt to:[email protected],[email protected]
The problem is that the mail was delivered only to the first
address([email protected])...I want to know the syntax in inputting multiple email address...