Results 1 to 3 of 3

How do I specify the report from e-mail address?

This is a discussion on How do I specify the report from e-mail address? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; How do I set the from e-mail address used by the sitemap e-mail notification?...

  1. #1
    Member
    Real Name
    Eric Chamberlain
    Join Date
    Sep 2006
    Posts
    36
    Liked
    0 times

    How do I specify the report from e-mail address?

    How do I set the from e-mail address used by the sitemap e-mail notification?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Actually, that was done in the build that is not yet available. You can change "from" email address in vbseo_sitemap_functions.php file now.
    FIND:
    PHP Code:
            mail($email
                
    'vBSEO Google/Yahoo Sitemap Updated'
                
    $mailbody); 
    REPLACE WITH:
    PHP Code:
            mail($email
                
    'vBSEO Google/Yahoo Sitemap Updated'
                
    $mailbody,"From: email@domain.com"); 

  3. #3
    Member
    Real Name
    Eric Chamberlain
    Join Date
    Sep 2006
    Posts
    36
    Liked
    0 times
    Perfect thanks,

    I opted for:
    PHP Code:
    mail($email
                
    'vBSEO Google/Yahoo Sitemap Updated'
                
    $mailbody,'From: '.$vboptions['webmasteremail']); 

Similar Threads

  1. Replies: 4
    Last Post: 03-28-2006, 12:49 PM
  2. Problems with site map address
    By selwonk in forum Troubleshooting
    Replies: 3
    Last Post: 02-26-2006, 08:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •