smiley_kool Posted April 24, 2008 Share Posted April 24, 2008 hi.. can someone tell me how to email to more than one email id.. i have to send a mail to 5 email id's at a time seperated by semicolon using php.. Link to comment https://forums.phpfreaks.com/topic/102658-regarding-email/ Share on other sites More sharing options...
bilis_money Posted April 24, 2008 Share Posted April 24, 2008 yeah exactly just put commas, $recepient = "[email protected], [email protected], [email protected]"; etc... Link to comment https://forums.phpfreaks.com/topic/102658-regarding-email/#findComment-525792 Share on other sites More sharing options...
smiley_kool Posted April 24, 2008 Author Share Posted April 24, 2008 i can't use commas.. according to the requirement i have to use semicolon only.. and recepient is not static.. i should get the recepient's name from the text box where i enter the email addr.. it may be 1,2 3.. 5 email id's, i should allow maximum 5 email id's , this is dynamic field yeah exactly just put commas, $recepient = "[email protected], [email protected], [email protected]"; etc... Link to comment https://forums.phpfreaks.com/topic/102658-regarding-email/#findComment-525794 Share on other sites More sharing options...
bilis_money Posted April 24, 2008 Share Posted April 24, 2008 show us the form. then show us the codes. i guess you can use flat file to temporarily store the email addresses. Link to comment https://forums.phpfreaks.com/topic/102658-regarding-email/#findComment-525824 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.