rvdb86 Posted March 15, 2010 Share Posted March 15, 2010 Hi, I hope this is at all possible... one of my clients wants to send their visitors and email after they complete one of the forms on their website. The problem is that the email account they want to use to send the email from is a microsoft exhange email account. The network manager informed me that I cannot access the email throught SMTP (as i usually would do) but they only offer HTTP access. How would I be able to send the visitors an email through php and make it send from this email account? I would really appreciate suggestions! TIA! Link to comment https://forums.phpfreaks.com/topic/195314-php-sendmail-through-exchange/ Share on other sites More sharing options...
aeroswat Posted March 15, 2010 Share Posted March 15, 2010 Spoof the email with the mail function's header area? There is a FROM that you insert into the header of the mail function. from: [email protected] I can send u porn from your email address O_o Link to comment https://forums.phpfreaks.com/topic/195314-php-sendmail-through-exchange/#findComment-1026348 Share on other sites More sharing options...
rvdb86 Posted March 15, 2010 Author Share Posted March 15, 2010 thanks for the offer i'm alright. I know that it is possible to spoof the email address, but this is exactly what I was trying not to do. If you were to spoof my email address and send me an email it is 99% likely to end up in the spam folder and if you send porn that way it is 99.9999999999[you get the point]% likely to end up in spam. That is why i was trying to achieve the same affect as sending through SMTP from php script to make is as unlikely as possible to make sure the email does not get marked as spam. Link to comment https://forums.phpfreaks.com/topic/195314-php-sendmail-through-exchange/#findComment-1026365 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.