sowmithrii Posted December 6, 2007 Share Posted December 6, 2007 can anyone tell me what the basic difference between mail() and @mail() functions ....... and when each should be used regards sowmithrii Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/ Share on other sites More sharing options...
rajivgonsalves Posted December 6, 2007 Share Posted December 6, 2007 they are the same you put a "@" in front off any function to supress warning messages. Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407698 Share on other sites More sharing options...
sowmithrii Posted December 6, 2007 Author Share Posted December 6, 2007 can u pls tell me how i can send mails by CC or BCC. Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407702 Share on other sites More sharing options...
rajivgonsalves Posted December 6, 2007 Share Posted December 6, 2007 check out the following link, it has examples http://php.net/function.mail Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407703 Share on other sites More sharing options...
sowmithrii Posted December 6, 2007 Author Share Posted December 6, 2007 i have seen that link already and implemented as it was mentioned.. by adding a bcc: ... to my foruth parameter but i dint get any mail to the mail address which i have mentioned in bcc. what might be the problem... Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407704 Share on other sites More sharing options...
~n[EO]n~ Posted December 6, 2007 Share Posted December 6, 2007 See this http://php.net/imap_mail This function allows sending of emails with correct handling of Cc and Bcc receivers. Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407706 Share on other sites More sharing options...
sowmithrii Posted December 6, 2007 Author Share Posted December 6, 2007 Thanks guys for the help.. got solved. Quote Link to comment https://forums.phpfreaks.com/topic/80410-solved-difference-between-mail-and-mail/#findComment-407715 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.