Hey..
umm.. try to send one email.. and this mail part is this:
umm.. but those breaks between those words "AdStar - Ad Management Panel" don't work..Code:@mail($admin_email, $subject, $description, "From: AdStar - Ad Management Panel");
in email this sentence will be
"AdStar-AdManagementPanel"
This " " don't work also.. so maybe someone can help me.. how to make those breaks..
Try to declare your headers outside of the function call. IE:
Code:$headers = 'From: AdStar - Ad Management Panel <no@email.com>' . "\r\n";
Code:@mail($admin_email, $subject, $description, $headers);
yes exactly or else try %20 might work....
awesome.. thank you![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks