Recent content by gcozba2023

  1. G

    mail function sends an empty attachments with total size only no document

    Hi Team I need some help, i am trying to send an email attached with multiple files. Somehow when an email gets sends there is no attachment on the email only shows total size. How can i achieve this on my script below and i am using mail function to do this. // mail function to send multiple...
  2. G

    PHP Fatal error: Uncaught Error: Call to undefined method PHPMailer::setFrom()

    Hi Team I need help with my file directories in order for me to send multiple attachments as pdf to a client, challenge now each time when i use phpmailer class its not finding it. While on my server is as this directories.. PHPMailer/vendor/autoload.php PHPMailer/class.phpmailer.php...
  3. G

    require(..\_lib\vendor\phpmailer\phpmailer): failed to open stream: No such

    Hi Team I have a phpmailer file that send email with attached document, but i now get this weird error. How do i get rid of this error from this path when using phpmailer? PHP Warning: require(..\_lib\vendor\phpmailer\phpmailer): failed to open stream: No such file or directory in...
  4. G

    mail(): headers parameter must be string or array in /home/acifinan/public_html/application.php on line 40

    Hi Team I need some help, i am not getting any luck to get an email with an attached pdf // Email settings $toEmail = 'Ongeziwe.Gogotya@agilelimitless.org.za'; // Recipient email $from = 'gcobani.mkontwana@agilelimitless.org.za'; // Sender email $fromName = 'Agile Limiteless Development'...
Back
Top