Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7086805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:35:44+00:00 2026-05-28T07:35:44+00:00

1, I tried to send e-mail in PHP to my Facebook group email, but

  • 0

1, I tried to send e-mail in PHP to my Facebook group email, but these updates, doesn’t appear. If I send the e-mail from my yahoo mail, it posted instantly. What kind of information should I add to the mail header?

2, Is is possible to add images as attachments?

My current mail sender code is:

<?php
    $to = "mygroup@groups.facebook.com";
    $subject = "Test mail";
    $message = "Hello! This is a simple email message.";
    $from = "me@yahoo.com";
    $headers = "From:" . $from;
    mail($to,$subject,$message,$headers);
    echo "Mail Sent.";
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:35:45+00:00Added an answer on May 28, 2026 at 7:35 am

    Does the email need to come from “me@yahoo.com”? Because Yahoo mail uses SPF, which Facebook can use to verify that your email didn’t actually come from there, and discard your email as a spoofing attempt.

    If the email needs to come from me@yahoo.com, you’ll need to connect to Yahoo mail through SMTP, and pass your username and password through, and legitimately send your email from there.

    As for image attachments, it’s possible.

    EDIT: As per the lovely DaveRandom’s comment, the following PHP packages should make your job MUCH easier: PHPMailer or SwiftMailer

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send mail using PHP but it doesn't seem to be
is it possible to send Emails from yahoo mail to the others by (PHP
I have tried to send mail from my new php website. Mail is delivering
I'm using the PHP mail() function to send email from a contact form. The
I tried some codes but after it is send to mail account, it is
I tried to send an email using this class below, but no success, no
I am trying to send email using mail() in php. I need the message
I tried to send a text email with non-English characters using PHPs mail function.
I want to send email with php mail function, where I can also attach
I am trying to send an email via PHP mail() with attachments. The attachments

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.