|
Posted by <talthen.z-serwera.o2 on 09/28/15 11:46
Hello,
I have an e-mail message in txt file. It contains fields
Subject, To, From, Reply-To,Content-Type, X-Mailer and body.
I want to send the file. I tried this way:
mail('','','',$email_read_into_string);
But I got- Warning: mail(): SMTP server response: 503.
I would rather not parse the file to get fields- Subject, To and From as
separate variables and then use them with mail().
Can I send this file AS-IS?
Regards,
Talthen
Navigation:
[Reply to this message]
|