I am saving a form content to a DB as well as sending the contents of the form using PHP mail() and HTML.
I am using msmtp as the MTA. (smtp.gmail.com) This works fine.
Now I want to send an additional email with an attachment. In this case I want to use PHPMailer.
Not being a seasoned developer, most install instructions include Composer. I'd rather install without Composer,
which I did. But can anyone now provide a simple configuration to use for attachments?
Thanks,
Ray
I am using msmtp as the MTA. (smtp.gmail.com) This works fine.
Now I want to send an additional email with an attachment. In this case I want to use PHPMailer.
Not being a seasoned developer, most install instructions include Composer. I'd rather install without Composer,
which I did. But can anyone now provide a simple configuration to use for attachments?
Thanks,
Ray