ortodata

  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by ortodata
  • ortodata commented,

    I can try, but no example has the line "require_once" Mail.php ";

  • ortodata commented,

    Thank You! I am using this code I get in cPanel's forum by: Send Email From PHP Using SMTP Authentication (Guide) [PHP]"; $to = "TargetName "; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; $h...

  • ortodata created a post,

    How to implement this code to send html content

    "; $to = "TargetName "; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; $host = "mail.mailserver.com"; $username = "name@myemail.com"; $password = "my_password"; $headers = array ('From' =...

  • ortodata created a post,

    How can I send html content?

    How can I send html content and send attached files via email?