Egglabs
Egglabs

Reputation: 3186

Is there any PHP SMTP Protocol Class with Attachements

I tried this but no attachment option.

http://www.phpclasses.org/package/14-PHP-Sends-e-mail-messages-via-SMTP-protocol.html

Upvotes: 2

Views: 426

Answers (2)

Erik
Erik

Reputation: 20722

There are several widely used options for sending email yourself (if you must):

They all handle attachments for you. Generally, avoid PHPClasses.org.

Upvotes: 5

Thariama
Thariama

Reputation: 50832

Try this.

Upvotes: 0

Related Questions