|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
I am sending an email from my website, and in GMail it's showing:
mailed-by: prs.ionicware.com As I am using Toasted Penguin as hosting. Is there a way I can change that to my website URL or something like that via a parameter or something? Thanks
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
| Sponsored Links |
|
|
|
|||||
|
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
When using the mail function, the From header must be set. If you do not explicitly set it, it will use the server's default [prs.ionicware.com]. You can set it either by
PHP Code:
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
|
|||||
|
Quote:
Where is the php.ini? What's that?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help Last edited by TcM; 05-13-2008 at 04:24 PM. |
|
|||||
|
You have to make/define your own php.ini. Where is the mailed-by label in gmail? If I know what you are actually talking about, I can probably answer your question better
![]()
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
well it was to jordan, but here.
at one time, I had a mail script, worked PERFECT!, sent HTML, and would be sent from Whoever@analyzethathost.com then something happened, and it changed, jordan and I worked on it for a while, he reset everything, but now, it sends from whoever@prs.ionicware.com, and it will show the HTML in the body |
|
|||||
|
Your problem was fixed though after I reinstalled exim. Your email came through to my gmail correctly (with HTML and the correct from address). Are you still having a problem with it?
I'd also like to point out that it is working correctly from CodeCall to gmail. I suppose it has something to do with the PHP coding - TcM, can you post your email code?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
Quote:
Quote:
Quote:
Code:
send_mail($row[email],$title,$content,$checkhtml);
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question about IT jobs in USA. | Red19 | The Lounge | 9 | 06-01-2008 10:13 AM |
| Question about C# user int input | TheMagicalRock | C# Programming | 3 | 04-01-2008 08:36 AM |
| Majoring in Computer Science, got a question | shimmy | General Programming | 7 | 02-03-2008 11:09 AM |
| Sending mail to a group of people (Mailing list support/Emulation) | nesrait | easyContact | 1 | 07-25-2007 08:48 PM |